#054576

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

Shades of Dark Cerulean #054576

Tints of Dark Cerulean #054576

Color information

#054576 (or 0x054576) is unknown color: approx Dark Cerulean. HEX triplet: 05, 45 and 76. RGB value is (5,69,118). Sum of RGB (Red+Green+Blue) = 5+69+118=192 (25% of max value = 765). Red value is 5 (2.34% from 255 or 2.60% from 192); Green value is 69 (27.34% from 255 or 35.94% from 192); Blue value is 118 (46.48% from 255 or 61.46% from 192); Max value from RGB is 118 - color contains mainly: blue. Hex color #054576 is not a web safe color. Web safe color analog (approx): #003366. Inversed color of #054576 is #FABA89. Grayscale: #373737. Windows color (decimal): -16431754 or 7750917. OLE color: 7750917.

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

Color convert

RGB569118-
CMYK0.960.4200.54
HSL206.02º91.87%24.12%-
HSV(B)206.02º95.76%46.27%-
XYZ5.465.617.93-
YUV55.45163.392.02-

RGB Variations

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

RGB

RED value IS 5 (2.34% from 255) = 2.60%
GREEN value IS 69 (27.34% from 255) = 35.94%
BLUE value IS 118 (46.48% from 255) = 61.46%
R=2.60%
G=35.94%
B=61.46%

CMYK

C (Cyan) values IS 0.96
M (Magenta) values IS 0.42
Y (Yellow) values IS 0
K (Black) values IS 0.54
SystemRedGreenBlueCMYKHSL
Decimal5691180.960.4200.54206.0291.8724.12
Hex54576602A036ce5c18
Octal51051661405206631613430
Binary101100010111101101100000101010011011011001110101110011000

Black

1234567890 Text Example


1234567890 Text Example

White

1234567890 Text Example


1234567890 Text Example


Color Harmonies of #054576

Triadic Colors

Analogous Colors

Split complements Colors

Complementary Color



HTML code & CSSWeb design

color css

<style>
 p { color: #054576; }

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

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

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

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

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

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

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

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