#054D87

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

Shades of Dark Cerulean #054D87

Tints of Dark Cerulean #054D87

Color information

#054D87 (or 0x054D87) is unknown color: approx Dark Cerulean. HEX triplet: 05, 4D and 87. RGB value is (5,77,135). Sum of RGB (Red+Green+Blue) = 5+77+135=217 (28% of max value = 765). Red value is 5 (2.34% from 255 or 2.30% from 217); Green value is 77 (30.47% from 255 or 35.48% from 217); Blue value is 135 (53.12% from 255 or 62.21% from 217); Max value from RGB is 135 - color contains mainly: blue. Hex color #054D87 is not a web safe color. Web safe color analog (approx): #006699. Inversed color of #054D87 is #FAB278. Grayscale: #3D3D3D. Windows color (decimal): -16429689 or 8867077. OLE color: 8867077.

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

Color convert

RGB577135-
CMYK0.960.4300.47
HSL206.77º92.86%27.45%-
HSV(B)206.77º96.3%52.94%-
XYZ7.097.0923.92-
YUV62.08169.1587.28-

RGB Variations

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

RGB

RED value IS 5 (2.34% from 255) = 2.30%
GREEN value IS 77 (30.47% from 255) = 35.48%
BLUE value IS 135 (53.12% from 255) = 62.21%
R=2.30%
G=35.48%
B=62.21%

CMYK

C (Cyan) values IS 0.96
M (Magenta) values IS 0.43
Y (Yellow) values IS 0
K (Black) values IS 0.47
SystemRedGreenBlueCMYKHSL
Decimal5771350.960.4300.47206.7792.8627.45
Hex54D87602B02Fcf5d1b
Octal51152071405305731713533
Binary1011001101100001111100000101011010111111001111101110111011

Black

1234567890 Text Example


1234567890 Text Example

White

1234567890 Text Example


1234567890 Text Example


Color Harmonies of #054D87

Triadic Colors

Analogous Colors

Split complements Colors

Complementary Color



HTML code & CSSWeb design

color css

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

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

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

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

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

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

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

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

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