#055079

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

Shades of Dark Cerulean #055079

Tints of Dark Cerulean #055079

Color information

#055079 (or 0x055079) is unknown color: approx Dark Cerulean. HEX triplet: 05, 50 and 79. RGB value is (5,80,121). Sum of RGB (Red+Green+Blue) = 5+80+121=206 (27% of max value = 765). Red value is 5 (2.34% from 255 or 2.43% from 206); Green value is 80 (31.64% from 255 or 38.83% from 206); Blue value is 121 (47.66% from 255 or 58.74% from 206); Max value from RGB is 121 - color contains mainly: blue. Hex color #055079 is not a web safe color. Web safe color analog (approx): #006666. Inversed color of #055079 is #FAAF86. Grayscale: #3E3E3E. Windows color (decimal): -16428935 or 7950341. OLE color: 7950341.

HSL color Cylindrical-coordinate representation of color #055079: hue angle of 201.21º 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 #055079 is Cyan = 0.96, Magento = 0.34, Yellow = 0 and Black (K on CMYK) = 0.53.

Color convert

RGB580121-
CMYK0.960.3400.53
HSL201.21º92.06%24.71%-
HSV(B)201.21º95.87%47.45%-
XYZ6.387.1519.13-
YUV62.25161.1587.17-

RGB Variations

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

RGB

RED value IS 5 (2.34% from 255) = 2.43%
GREEN value IS 80 (31.64% from 255) = 38.83%
BLUE value IS 121 (47.66% from 255) = 58.74%
R=2.43%
G=38.83%
B=58.74%

CMYK

C (Cyan) values IS 0.96
M (Magenta) values IS 0.34
Y (Yellow) values IS 0
K (Black) values IS 0.53
SystemRedGreenBlueCMYKHSL
Decimal5801210.960.3400.53201.2192.0624.71
Hex550796022035c95c19
Octal51201711404206531113431
Binary101101000011110011100000100010011010111001001101110011001

Black

1234567890 Text Example


1234567890 Text Example

White

1234567890 Text Example


1234567890 Text Example


Color Harmonies of #055079

Triadic Colors

Analogous Colors

Split complements Colors

Complementary Color



HTML code & CSSWeb design

color css

<style>
 p { color: #055079; }

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

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

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

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

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

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

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

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