#055D8E

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

Shades of Dark Cerulean #055D8E

Tints of Dark Cerulean #055D8E

Color information

#055D8E (or 0x055D8E) is unknown color: approx Dark Cerulean. HEX triplet: 05, 5D and 8E. RGB value is (5,93,142). Sum of RGB (Red+Green+Blue) = 5+93+142=240 (31% of max value = 765). Red value is 5 (2.34% from 255 or 2.08% from 240); Green value is 93 (36.72% from 255 or 38.75% from 240); Blue value is 142 (55.86% from 255 or 59.17% from 240); Max value from RGB is 142 - color contains mainly: blue. Hex color #055D8E is not a web safe color. Web safe color analog (approx): #006699. Inversed color of #055D8E is #FAA271. Grayscale: #474747. Windows color (decimal): -16425586 or 9329925. OLE color: 9329925.

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

Color convert

RGB593142-
CMYK0.960.3500.44
HSL201.46º93.2%28.82%-
HSV(B)201.46º96.48%55.69%-
XYZ8.869.8127.02-
YUV72.27167.3580.02-

RGB Variations

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

RGB

RED value IS 5 (2.34% from 255) = 2.08%
GREEN value IS 93 (36.72% from 255) = 38.75%
BLUE value IS 142 (55.86% from 255) = 59.17%
R=2.08%
G=38.75%
B=59.17%

CMYK

C (Cyan) values IS 0.96
M (Magenta) values IS 0.35
Y (Yellow) values IS 0
K (Black) values IS 0.44
SystemRedGreenBlueCMYKHSL
Decimal5931420.960.3500.44201.4693.228.82
Hex55D8E602302Cc95d1d
Octal51352161404305431113535
Binary1011011101100011101100000100011010110011001001101110111101

Black

1234567890 Text Example


1234567890 Text Example

White

1234567890 Text Example


1234567890 Text Example


Color Harmonies of #055D8E

Triadic Colors

Analogous Colors

Split complements Colors

Complementary Color



HTML code & CSSWeb design

color css

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

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

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

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

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

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

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

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

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