#055076

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

Shades of Dark Cerulean #055076

Tints of Dark Cerulean #055076

Color information

#055076 (or 0x055076) is unknown color: approx Dark Cerulean. HEX triplet: 05, 50 and 76. RGB value is (5,80,118). Sum of RGB (Red+Green+Blue) = 5+80+118=203 (26% of max value = 765). Red value is 5 (2.34% from 255 or 2.46% from 203); Green value is 80 (31.64% from 255 or 39.41% from 203); Blue value is 118 (46.48% from 255 or 58.13% from 203); Max value from RGB is 118 - color contains mainly: blue. Hex color #055076 is not a web safe color. Web safe color analog (approx): #006666. Inversed color of #055076 is #FAAF89. Grayscale: #3D3D3D. Windows color (decimal): -16428938 or 7753733. OLE color: 7753733.

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

Color convert

RGB580118-
CMYK0.960.3200.54
HSL200.18º91.87%24.12%-
HSV(B)200.18º95.76%46.27%-
XYZ6.27.0818.18-
YUV61.91159.6587.41-

RGB Variations

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

RGB

RED value IS 5 (2.34% from 255) = 2.46%
GREEN value IS 80 (31.64% from 255) = 39.41%
BLUE value IS 118 (46.48% from 255) = 58.13%
R=2.46%
G=39.41%
B=58.13%

CMYK

C (Cyan) values IS 0.96
M (Magenta) values IS 0.32
Y (Yellow) values IS 0
K (Black) values IS 0.54
SystemRedGreenBlueCMYKHSL
Decimal5801180.960.3200.54200.1891.8724.12
Hex550766020036c85c18
Octal51201661404006631013430
Binary101101000011101101100000100000011011011001000101110011000

Black

1234567890 Text Example


1234567890 Text Example

White

1234567890 Text Example


1234567890 Text Example


Color Harmonies of #055076

Triadic Colors

Analogous Colors

Split complements Colors

Complementary Color



HTML code & CSSWeb design

color css

<style>
 p { color: #055076; }

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

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

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

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

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

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

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

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