#055477

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

Shades of Dark Cerulean #055477

Tints of Dark Cerulean #055477

Color information

#055477 (or 0x055477) is unknown color: approx Dark Cerulean. HEX triplet: 05, 54 and 77. RGB value is (5,84,119). Sum of RGB (Red+Green+Blue) = 5+84+119=208 (27% of max value = 765). Red value is 5 (2.34% from 255 or 2.40% from 208); Green value is 84 (33.20% from 255 or 40.38% from 208); Blue value is 119 (46.88% from 255 or 57.21% from 208); Max value from RGB is 119 - color contains mainly: blue. Hex color #055477 is not a web safe color. Web safe color analog (approx): #006666. Inversed color of #055477 is #FAAB88. Grayscale: #404040. Windows color (decimal): -16427913 or 7820293. OLE color: 7820293.

HSL color Cylindrical-coordinate representation of color #055477: hue angle of 198.42º degrees, saturation: 0.92, lightness: 0.24%. HSV value (or HSB Brightness) of color is 0.47% and HSV saturation: 0.96%. Process color model (Four color, CMYK) of #055477 is Cyan = 0.96, Magento = 0.29, Yellow = 0 and Black (K on CMYK) = 0.53.

Color convert

RGB584119-
CMYK0.960.2900.53
HSL198.42º91.94%24.31%-
HSV(B)198.42º95.8%46.67%-
XYZ6.567.718.59-
YUV64.37158.8385.65-

RGB Variations

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

RGB

RED value IS 5 (2.34% from 255) = 2.40%
GREEN value IS 84 (33.20% from 255) = 40.38%
BLUE value IS 119 (46.88% from 255) = 57.21%
R=2.40%
G=40.38%
B=57.21%

CMYK

C (Cyan) values IS 0.96
M (Magenta) values IS 0.29
Y (Yellow) values IS 0
K (Black) values IS 0.53
SystemRedGreenBlueCMYKHSL
Decimal5841190.960.2900.53198.4291.9424.31
Hex55477601D035c65c18
Octal51241671403506530613430
Binary10110101001110111110000011101011010111000110101110011000

Black

1234567890 Text Example


1234567890 Text Example

White

1234567890 Text Example


1234567890 Text Example


Color Harmonies of #055477

Triadic Colors

Analogous Colors

Split complements Colors

Complementary Color



HTML code & CSSWeb design

color css

<style>
 p { color: #055477; }

 p { color: rgb(5,84,119); }

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

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

 a { background-color: rgb(5,84,119); }

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

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

 span { border-color: rgb(5,84,119); }

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