#054670

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

Shades of Dark Cerulean #054670

Tints of Dark Cerulean #054670

Color information

#054670 (or 0x054670) is unknown color: approx Dark Cerulean. HEX triplet: 05, 46 and 70. RGB value is (5,70,112). Sum of RGB (Red+Green+Blue) = 5+70+112=187 (24% of max value = 765). Red value is 5 (2.34% from 255 or 2.67% from 187); Green value is 70 (27.73% from 255 or 37.43% from 187); Blue value is 112 (44.14% from 255 or 59.89% from 187); Max value from RGB is 112 - color contains mainly: blue. Hex color #054670 is not a web safe color. Web safe color analog (approx): #003366. Inversed color of #054670 is #FAB98F. Grayscale: #373737. Windows color (decimal): -16431504 or 7357957. OLE color: 7357957.

HSL color Cylindrical-coordinate representation of color #054670: hue angle of 203.55º degrees, saturation: 0.91, lightness: 0.23%. HSV value (or HSB Brightness) of color is 0.44% and HSV saturation: 0.96%. Process color model (Four color, CMYK) of #054670 is Cyan = 0.96, Magento = 0.38, Yellow = 0 and Black (K on CMYK) = 0.56.

Color convert

RGB570112-
CMYK0.960.3800.56
HSL203.55º91.45%22.94%-
HSV(B)203.55º95.54%43.92%-
XYZ5.185.5816.13-
YUV55.35159.9792.08-

RGB Variations

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

RGB

RED value IS 5 (2.34% from 255) = 2.67%
GREEN value IS 70 (27.73% from 255) = 37.43%
BLUE value IS 112 (44.14% from 255) = 59.89%
R=2.67%
G=37.43%
B=59.89%

CMYK

C (Cyan) values IS 0.96
M (Magenta) values IS 0.38
Y (Yellow) values IS 0
K (Black) values IS 0.56
SystemRedGreenBlueCMYKHSL
Decimal5701120.960.3800.56203.5591.4522.94
Hex546706026038cc5b17
Octal51061601404607031413327
Binary101100011011100001100000100110011100011001100101101110111

Black

1234567890 Text Example


1234567890 Text Example

White

1234567890 Text Example


1234567890 Text Example


Color Harmonies of #054670

Triadic Colors

Analogous Colors

Split complements Colors

Complementary Color



HTML code & CSSWeb design

color css

<style>
 p { color: #054670; }

 p { color: rgb(5,70,112); }

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

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

 a { background-color: rgb(5,70,112); }

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

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

 span { border-color: rgb(5,70,112); }

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