#054D71

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

Shades of Dark Cerulean #054D71

Tints of Dark Cerulean #054D71

Color information

#054D71 (or 0x054D71) is unknown color: approx Dark Cerulean. HEX triplet: 05, 4D and 71. RGB value is (5,77,113). Sum of RGB (Red+Green+Blue) = 5+77+113=195 (25% of max value = 765). Red value is 5 (2.34% from 255 or 2.56% from 195); Green value is 77 (30.47% from 255 or 39.49% from 195); Blue value is 113 (44.53% from 255 or 57.95% from 195); Max value from RGB is 113 - color contains mainly: blue. Hex color #054D71 is not a web safe color. Web safe color analog (approx): #006666. Inversed color of #054D71 is #FAB28E. Grayscale: #3B3B3B. Windows color (decimal): -16429711 or 7425285. OLE color: 7425285.

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

Color convert

RGB577113-
CMYK0.960.3200.56
HSL200º91.53%23.14%-
HSV(B)200º95.58%44.31%-
XYZ5.76.5316.58-
YUV59.58158.1589.07-

RGB Variations

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

RGB

RED value IS 5 (2.34% from 255) = 2.56%
GREEN value IS 77 (30.47% from 255) = 39.49%
BLUE value IS 113 (44.53% from 255) = 57.95%
R=2.56%
G=39.49%
B=57.95%

CMYK

C (Cyan) values IS 0.96
M (Magenta) values IS 0.32
Y (Yellow) values IS 0
K (Black) values IS 0.56
SystemRedGreenBlueCMYKHSL
Decimal5771130.960.3200.5620091.5323.14
Hex54D716020038c85c17
Octal51151611404007031013427
Binary101100110111100011100000100000011100011001000101110010111

Black

1234567890 Text Example


1234567890 Text Example

White

1234567890 Text Example


1234567890 Text Example


Color Harmonies of #054D71

Triadic Colors

Analogous Colors

Split complements Colors

Complementary Color



HTML code & CSSWeb design

color css

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

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

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

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

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

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

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

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

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