#055479

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

Shades of Dark Cerulean #055479

Tints of Dark Cerulean #055479

Color information

#055479 (or 0x055479) is unknown color: approx Dark Cerulean. HEX triplet: 05, 54 and 79. RGB value is (5,84,121). Sum of RGB (Red+Green+Blue) = 5+84+121=210 (27% of max value = 765). Red value is 5 (2.34% from 255 or 2.38% from 210); Green value is 84 (33.20% from 255 or 40% from 210); Blue value is 121 (47.66% from 255 or 57.62% from 210); Max value from RGB is 121 - color contains mainly: blue. Hex color #055479 is not a web safe color. Web safe color analog (approx): #006666. Inversed color of #055479 is #FAAB86. Grayscale: #404040. Windows color (decimal): -16427911 or 7951365. OLE color: 7951365.

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

Color convert

RGB584121-
CMYK0.960.3100.53
HSL199.14º92.06%24.71%-
HSV(B)199.14º95.87%47.45%-
XYZ6.687.7519.23-
YUV64.6159.8385.49-

RGB Variations

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

RGB

RED value IS 5 (2.34% from 255) = 2.38%
GREEN value IS 84 (33.20% from 255) = 40%
BLUE value IS 121 (47.66% from 255) = 57.62%
R=2.38%
G=40%
B=57.62%

CMYK

C (Cyan) values IS 0.96
M (Magenta) values IS 0.31
Y (Yellow) values IS 0
K (Black) values IS 0.53
SystemRedGreenBlueCMYKHSL
Decimal5841210.960.3100.53199.1492.0624.71
Hex55479601F035c75c19
Octal51241711403706530713431
Binary10110101001111001110000011111011010111000111101110011001

Black

1234567890 Text Example


1234567890 Text Example

White

1234567890 Text Example


1234567890 Text Example


Color Harmonies of #055479

Triadic Colors

Analogous Colors

Split complements Colors

Complementary Color



HTML code & CSSWeb design

color css

<style>
 p { color: #055479; }

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

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

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

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

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

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

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

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