#054570

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

Shades of Dark Cerulean #054570

Tints of Dark Cerulean #054570

Color information

#054570 (or 0x054570) is unknown color: approx Dark Cerulean. HEX triplet: 05, 45 and 70. RGB value is (5,69,112). Sum of RGB (Red+Green+Blue) = 5+69+112=186 (24% of max value = 765). Red value is 5 (2.34% from 255 or 2.69% from 186); Green value is 69 (27.34% from 255 or 37.10% from 186); Blue value is 112 (44.14% from 255 or 60.22% from 186); Max value from RGB is 112 - color contains mainly: blue. Hex color #054570 is not a web safe color. Web safe color analog (approx): #003366. Inversed color of #054570 is #FABA8F. Grayscale: #363636. Windows color (decimal): -16431760 or 7357701. OLE color: 7357701.

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

Color convert

RGB569112-
CMYK0.960.3800.56
HSL204.11º91.45%22.94%-
HSV(B)204.11º95.54%43.92%-
XYZ5.125.4616.11-
YUV54.77160.392.5-

RGB Variations

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

RGB

RED value IS 5 (2.34% from 255) = 2.69%
GREEN value IS 69 (27.34% from 255) = 37.10%
BLUE value IS 112 (44.14% from 255) = 60.22%
R=2.69%
G=37.10%
B=60.22%

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
Decimal5691120.960.3800.56204.1191.4522.94
Hex545706026038cc5b17
Octal51051601404607031413327
Binary101100010111100001100000100110011100011001100101101110111

Black

1234567890 Text Example


1234567890 Text Example

White

1234567890 Text Example


1234567890 Text Example


Color Harmonies of #054570

Triadic Colors

Analogous Colors

Split complements Colors

Complementary Color



HTML code & CSSWeb design

color css

<style>
 p { color: #054570; }

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

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

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

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

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

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

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

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