#054F74

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

Shades of Dark Cerulean #054F74

Tints of Dark Cerulean #054F74

Color information

#054F74 (or 0x054F74) is unknown color: approx Dark Cerulean. HEX triplet: 05, 4F and 74. RGB value is (5,79,116). Sum of RGB (Red+Green+Blue) = 5+79+116=200 (26% of max value = 765). Red value is 5 (2.34% from 255 or 2.5% from 200); Green value is 79 (31.25% from 255 or 39.5% from 200); Blue value is 116 (45.70% from 255 or 58% from 200); Max value from RGB is 116 - color contains mainly: blue. Hex color #054F74 is not a web safe color. Web safe color analog (approx): #006666. Inversed color of #054F74 is #FAB08B. Grayscale: #3C3C3C. Windows color (decimal): -16429196 or 7622405. OLE color: 7622405.

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

Color convert

RGB579116-
CMYK0.960.3200.55
HSL200º91.74%23.73%-
HSV(B)200º95.69%45.49%-
XYZ6.016.8917.54-
YUV61.09158.9887.99-

RGB Variations

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

RGB

RED value IS 5 (2.34% from 255) = 2.5%
GREEN value IS 79 (31.25% from 255) = 39.5%
BLUE value IS 116 (45.70% from 255) = 58%
R=2.5%
G=39.5%
B=58%

CMYK

C (Cyan) values IS 0.96
M (Magenta) values IS 0.32
Y (Yellow) values IS 0
K (Black) values IS 0.55
SystemRedGreenBlueCMYKHSL
Decimal5791160.960.3200.5520091.7423.73
Hex54F746020037c85c18
Octal51171641404006731013430
Binary101100111111101001100000100000011011111001000101110011000

Black

1234567890 Text Example


1234567890 Text Example

White

1234567890 Text Example


1234567890 Text Example


Color Harmonies of #054F74

Triadic Colors

Analogous Colors

Split complements Colors

Complementary Color



HTML code & CSSWeb design

color css

<style>
 p { color: #054F74; }

 p { color: rgb(5,79,116); }

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

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

 a { background-color: rgb(5,79,116); }

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

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

 span { border-color: rgb(5,79,116); }

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