Color Hex Logo

#05333b Color Hex

#05333B
(5,51,59)
0 Favorites   0 Comments

Color spaces of #05333b

RGB 55159
HSL0.520.840.13
HSV189°92°23°
CMYK 0.920.140.00   0.77
XYZ2.03582.71574.5546
Yxy2.71570.21880.2918
Hunter Lab16.4794-6.7877-4.8511
CIE-Lab18.8673-11.4328-9.3107

#05333b color RGB value is (5,51,59).

#05333b hex color red value is 5, green value is 51 and the blue value of its RGB is 59. Cylindrical-coordinate representations (also known as HSL) of color #05333b hue: 0.52 , saturation: 0.84 and the lightness value of 05333b is 0.13.

The process color (four color CMYK) of #05333b color hex is 0.92, 0.14, 0.00, 0.77. Web safe color of #05333b is #003333. Color #05333b contains mainly BLUE color.

Base Numbers

BaseRedGreenBlue
Binary 00000101 00110011 00111011
Octal 5 63 73
Decimal 5 51 59
Hex 5 33 3B

RGB Percentages of Color #05333b

%4.35
%44.35
%51.30

CMYK Percentages of Color #05333b

%92
%14
%0
%77

Triadic Colors of #05333b

#05333b #3b0533 #333b05

Analogous Colors of #05333b

#05333b #05183b #053b28

Monochromatic Colors of #05333b

#05333b

Complementary Color

#05333b #3b0d05

#05333b Color Preview on Black Background

Lorem ipsum dolor sit amet.

#05333b Color Preview on White Background

Lorem ipsum dolor sit amet.

#05333b Color CSS Codes

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

#05333b Text Font Color

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

This sample text font color is #05333b
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.


#05333b Background Color

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

This div background color is #05333b


#05333b Border Color

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

This div border color is #05333b


Css3 Examples

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

Text Shadow with RGB Values

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

This text has shadow with rgb values.


Text Shadow with Hex Values

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

This text has shadow with hex values.


Div Box Shadow

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

This div box has shadow with color #05333b


Comments

No comments written yet.

Please login to write comment.