Color Hex Logo

#052833 Color Hex

#052833
(5,40,51)
0 Favorites   0 Comments

Color spaces of #052833

RGB 54051
HSL0.540.820.11
HSV194°90°20°
CMYK 0.900.220.00   0.80
XYZ1.41891.78893.4025
Yxy1.78890.21460.2706
Hunter Lab13.3750-4.4698-5.7205
CIE-Lab14.3380-7.6531-10.6886

#052833 color RGB value is (5,40,51).

#052833 hex color red value is 5, green value is 40 and the blue value of its RGB is 51. Cylindrical-coordinate representations (also known as HSL) of color #052833 hue: 0.54 , saturation: 0.82 and the lightness value of 052833 is 0.11.

The process color (four color CMYK) of #052833 color hex is 0.90, 0.22, 0.00, 0.80. Web safe color of #052833 is #003333. Color #052833 contains mainly BLUE color.

Base Numbers

BaseRedGreenBlue
Binary 00000101 00101000 00110011
Octal 5 50 63
Decimal 5 40 51
Hex 5 28 33

RGB Percentages of Color #052833

%5.21
%41.67
%53.13

CMYK Percentages of Color #052833

%90
%22
%0
%80

Triadic Colors of #052833

#052833 #330528 #283305

Analogous Colors of #052833

#052833 #051133 #053327

Monochromatic Colors of #052833

#052833

Complementary Color

#052833 #331005

#052833 Color Preview on Black Background

Lorem ipsum dolor sit amet.

#052833 Color Preview on White Background

Lorem ipsum dolor sit amet.

#052833 Color CSS Codes

.mybgcolor {background-color:#052833; } 
.myforecolor {color:#052833; }
.mybordercolor {border:3px solid #052833; }

#052833 Text Font Color

<p style="color:#052833">Text here</p>

This sample text font color is #052833
Lorem ipsum dolor sit amet, consectetur adipisicing elit, sed do eiusmod tempor incididunt ut labore et dolore magna aliqua. Ut enim ad minim veniam, quis nostrud exercitation ullamco laboris nisi ut aliquip ex ea commodo consequat.


#052833 Background Color

<div style="background-color:#052833">
Div content here</div>

This div background color is #052833


#052833 Border Color

<div style="border:3px solid #052833">
Div here</div>

This div border color is #052833


Css3 Examples

.textShadowRgb {
  text-shadow: 4px 4px 2px rgba(5,40,51, 0.8); } 
.textShadowHex { 
  text-shadow: 4px 4px 2px #052833; }
.divShadow { 
  -moz-box-shadow: 1px 1px 3px 2px #052833;
  -webkit-box-shadow: 1px 1px 3px 2px #052833;
  box-shadow:         1px 1px 3px 2px #052833; }

Text Shadow with RGB Values

<p style="text-shadow: 4px 4px 2px rgba(5,40,51, 0.8);">Text here</p>

This text has shadow with rgb values.


Text Shadow with Hex Values

<p style="text-shadow: 4px 4px 2px #052833">Text here</p>

This text has shadow with hex values.


Div Box Shadow

<div style="-moz-box-shadow: 1px 1px 3px 2px #052833;
  -webkit-box-shadow: 1px 1px 3px 2px #052833;
  box-shadow:         1px 1px 3px 2px #052833;">
Div content here</div>

This div box has shadow with color #052833


Comments

No comments written yet.

Please login to write comment.