#054d7c

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

Shades of Dark Cerulean #054D7C

Tints of Dark Cerulean #054D7C

Color information

#054D7C (or 0x054D7C) is unknown color: approx Dark Cerulean. HEX triplet: 05, 4D and 7C. RGB value is (5,77,124). Sum of RGB (Red+Green+Blue) = 5+77+124=206 (27% of max value = 765). Red value is 5 (2.34% from 255 or 2.43% from 206); Green value is 77 (30.47% from 255 or 37.38% from 206); Blue value is 124 (48.83% from 255 or 60.19% from 206); Max value from RGB is 124 - color contains mainly: blue. Hex color #054D7C is not a web safe color. Web safe color analog (approx): #006666. Inversed color of #054D7C is #FAB283. Grayscale: #3C3C3C. Windows color (decimal): -16429700 or 8146181. OLE color: 8146181.

HSL color Cylindrical-coordinate representation of color #054D7C: hue angle of 203.7º degrees, saturation: 0.92, lightness: 0.25%. HSV value (or HSB Brightness) of color is 0.49% and HSV saturation: 0.96%. Process color model (Four color, CMYK) of #054D7C is Cyan = 0.96, Magento = 0.38, Yellow = 0 and Black (K on CMYK) = 0.51.

Color convert

RGB577124-
CMYK0.960.3800.51
HSL203.7º92.25%25.29%-
HSV(B)203.7º95.97%48.63%-
XYZ6.356.820.05-
YUV60.83163.6588.18-

RGB Variations

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

RGB

RED value IS 5 (2.34% from 255) = 2.43%
GREEN value IS 77 (30.47% from 255) = 37.38%
BLUE value IS 124 (48.83% from 255) = 60.19%
R=2.43%
G=37.38%
B=60.19%

CMYK

C (Cyan) values IS 0.96
M (Magenta) values IS 0.38
Y (Yellow) values IS 0
K (Black) values IS 0.51
SystemRedGreenBlueCMYKHSL
Decimal5771240.960.3800.51203.792.2525.29
Hex54D7C6026033cc5c19
Octal51151741404606331413431
Binary101100110111111001100000100110011001111001100101110011001

Black

1234567890 Text Example


1234567890 Text Example

White

1234567890 Text Example


1234567890 Text Example


Color Harmonies of #054d7c

Triadic Colors

Analogous Colors

Split complements Colors

Complementary Color



HTML code & CSSWeb design

color css

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

 p { color: rgb(5,77,124); }

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

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

 a { background-color: rgb(5,77,124); }

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

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

 span { border-color: rgb(5,77,124); }

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