#054d84

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

Shades of Dark Cerulean #054D84

Tints of Dark Cerulean #054D84

Color information

#054D84 (or 0x054D84) is unknown color: approx Dark Cerulean. HEX triplet: 05, 4D and 84. RGB value is (5,77,132). Sum of RGB (Red+Green+Blue) = 5+77+132=214 (28% of max value = 765). Red value is 5 (2.34% from 255 or 2.34% from 214); Green value is 77 (30.47% from 255 or 35.98% from 214); Blue value is 132 (51.95% from 255 or 61.68% from 214); Max value from RGB is 132 - color contains mainly: blue. Hex color #054D84 is not a web safe color. Web safe color analog (approx): #006699. Inversed color of #054D84 is #FAB27B. Grayscale: #3D3D3D. Windows color (decimal): -16429692 or 8670469. OLE color: 8670469.

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

Color convert

RGB577132-
CMYK0.960.4200.48
HSL205.98º92.7%26.86%-
HSV(B)205.98º96.21%51.76%-
XYZ6.887.0122.82-
YUV61.74167.6587.53-

RGB Variations

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

RGB

RED value IS 5 (2.34% from 255) = 2.34%
GREEN value IS 77 (30.47% from 255) = 35.98%
BLUE value IS 132 (51.95% from 255) = 61.68%
R=2.34%
G=35.98%
B=61.68%

CMYK

C (Cyan) values IS 0.96
M (Magenta) values IS 0.42
Y (Yellow) values IS 0
K (Black) values IS 0.48
SystemRedGreenBlueCMYKHSL
Decimal5771320.960.4200.48205.9892.726.86
Hex54D84602A030ce5d1b
Octal51152041405206031613533
Binary1011001101100001001100000101010011000011001110101110111011

Black

1234567890 Text Example


1234567890 Text Example

White

1234567890 Text Example


1234567890 Text Example


Color Harmonies of #054d84

Triadic Colors

Analogous Colors

Split complements Colors

Complementary Color



HTML code & CSSWeb design

color css

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

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

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

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

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

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

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

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

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