#054E77

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

Shades of Dark Cerulean #054E77

Tints of Dark Cerulean #054E77

Color information

#054E77 (or 0x054E77) is unknown color: approx Dark Cerulean. HEX triplet: 05, 4E and 77. RGB value is (5,78,119). Sum of RGB (Red+Green+Blue) = 5+78+119=202 (26% of max value = 765). Red value is 5 (2.34% from 255 or 2.48% from 202); Green value is 78 (30.86% from 255 or 38.61% from 202); Blue value is 119 (46.88% from 255 or 58.91% from 202); Max value from RGB is 119 - color contains mainly: blue. Hex color #054E77 is not a web safe color. Web safe color analog (approx): #006666. Inversed color of #054E77 is #FAB188. Grayscale: #3C3C3C. Windows color (decimal): -16429449 or 7818757. OLE color: 7818757.

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

Color convert

RGB578119-
CMYK0.960.3400.53
HSL201.58º91.94%24.31%-
HSV(B)201.58º95.8%46.67%-
XYZ6.126.8118.45-
YUV60.85160.8288.17-

RGB Variations

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

RGB

RED value IS 5 (2.34% from 255) = 2.48%
GREEN value IS 78 (30.86% from 255) = 38.61%
BLUE value IS 119 (46.88% from 255) = 58.91%
R=2.48%
G=38.61%
B=58.91%

CMYK

C (Cyan) values IS 0.96
M (Magenta) values IS 0.34
Y (Yellow) values IS 0
K (Black) values IS 0.53
SystemRedGreenBlueCMYKHSL
Decimal5781190.960.3400.53201.5891.9424.31
Hex54E776022035ca5c18
Octal51161671404206531213430
Binary101100111011101111100000100010011010111001010101110011000

Black

1234567890 Text Example


1234567890 Text Example

White

1234567890 Text Example


1234567890 Text Example


Color Harmonies of #054E77

Triadic Colors

Analogous Colors

Split complements Colors

Complementary Color



HTML code & CSSWeb design

color css

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

 p { color: rgb(5,78,119); }

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

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

 a { background-color: rgb(5,78,119); }

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

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

 span { border-color: rgb(5,78,119); }

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