#055D8D

Color #055D8D Dark Cerulean (background png icon) HTML CSS
Download Color Icon.PNG:
16x16 32x32 64x64 128x128

Shades of Dark Cerulean #055D8D

Tints of Dark Cerulean #055D8D

Color information

#055D8D (or 0x055D8D) is unknown color: approx Dark Cerulean. HEX triplet: 05, 5D and 8D. RGB value is (5,93,141). Sum of RGB (Red+Green+Blue) = 5+93+141=239 (31% of max value = 765). Red value is 5 (2.34% from 255 or 2.09% from 239); Green value is 93 (36.72% from 255 or 38.91% from 239); Blue value is 141 (55.47% from 255 or 59.00% from 239); Max value from RGB is 141 - color contains mainly: blue. Hex color #055D8D is not a web safe color. Web safe color analog (approx): #006699. Inversed color of #055D8D is #FAA272. Grayscale: #474747. Windows color (decimal): -16425587 or 9264389. OLE color: 9264389.

HSL color Cylindrical-coordinate representation of color #055D8D: hue angle of 201.18º degrees, saturation: 0.93, lightness: 0.29%. HSV value (or HSB Brightness) of color is 0.55% and HSV saturation: 0.96%. Process color model (Four color, CMYK) of #055D8D is Cyan = 0.96, Magento = 0.34, Yellow = 0 and Black (K on CMYK) = 0.45.

Color convert

RGB593141-
CMYK0.960.3400.45
HSL201.18º93.15%28.63%-
HSV(B)201.18º96.45%55.29%-
XYZ8.789.7826.62-
YUV72.16166.8580.1-

RGB Variations

RGB:
RBG:
GRB:
GBR:
BRG:
BGR:

RGB

RED value IS 5 (2.34% from 255) = 2.09%
GREEN value IS 93 (36.72% from 255) = 38.91%
BLUE value IS 141 (55.47% from 255) = 59.00%
R=2.09%
G=38.91%
B=59.00%

CMYK

C (Cyan) values IS 0.96
M (Magenta) values IS 0.34
Y (Yellow) values IS 0
K (Black) values IS 0.45
SystemRedGreenBlueCMYKHSL
Decimal5931410.960.3400.45201.1893.1528.63
Hex55D8D602202Dc95d1d
Octal51352151404205531113535
Binary1011011101100011011100000100010010110111001001101110111101

Black

1234567890 Text Example


1234567890 Text Example

White

1234567890 Text Example


1234567890 Text Example


Color Harmonies of #055D8D

Triadic Colors

Analogous Colors

Split complements Colors

Complementary Color



HTML code & CSSWeb design

color css

<style>
 p { color: #055D8D; }

 p { color: rgb(5,93,141); }

 H1.HeaderClassName
 {
   color: #055D8D;
 }
 .AnyTagClassName
 {
   color: #055D8D;
 }
</style>
background-color css

<style>
 a { background-color: #055D8D; }

 a { background-color: rgb(5,93,141); }

 div.DivClassName
 {
   background-color: #055D8D;
 }
 .BgClassName
 {
   background-color: #055D8D;
 }
</style>
border-color css

<style>
 span { border-color: #055D8D; }

 span { border-color: rgb(5,93,141); }

 td.TdClassName
 {
   border-color: #055D8D;
 }
 .TagClassName
 {
   border-color: #055D8D;
 }
</style>