#054C80

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

Shades of Dark Cerulean #054C80

Tints of Dark Cerulean #054C80

Color information

#054C80 (or 0x054C80) is unknown color: approx Dark Cerulean. HEX triplet: 05, 4C and 80. RGB value is (5,76,128). Sum of RGB (Red+Green+Blue) = 5+76+128=209 (27% of max value = 765). Red value is 5 (2.34% from 255 or 2.39% from 209); Green value is 76 (30.08% from 255 or 36.36% from 209); Blue value is 128 (50.39% from 255 or 61.24% from 209); Max value from RGB is 128 - color contains mainly: blue. Hex color #054C80 is not a web safe color. Web safe color analog (approx): #003399. Inversed color of #054C80 is #FAB37F. Grayscale: #3C3C3C. Windows color (decimal): -16429952 or 8408069. OLE color: 8408069.

HSL color Cylindrical-coordinate representation of color #054C80: hue angle of 205.37º degrees, saturation: 0.92, lightness: 0.26%. HSV value (or HSB Brightness) of color is 0.5% and HSV saturation: 0.96%. Process color model (Four color, CMYK) of #054C80 is Cyan = 0.96, Magento = 0.41, Yellow = 0 and Black (K on CMYK) = 0.50.

Color convert

RGB576128-
CMYK0.960.4100.50
HSL205.37º92.48%26.08%-
HSV(B)205.37º96.09%50.2%-
XYZ6.546.7621.38-
YUV60.7165.9888.27-

RGB Variations

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

RGB

RED value IS 5 (2.34% from 255) = 2.39%
GREEN value IS 76 (30.08% from 255) = 36.36%
BLUE value IS 128 (50.39% from 255) = 61.24%
R=2.39%
G=36.36%
B=61.24%

CMYK

C (Cyan) values IS 0.96
M (Magenta) values IS 0.41
Y (Yellow) values IS 0
K (Black) values IS 0.50
SystemRedGreenBlueCMYKHSL
Decimal5761280.960.4100.50205.3792.4826.08
Hex54C806029032cd5c1a
Octal51142001405106231513432
Binary1011001100100000001100000101001011001011001101101110011010

Black

1234567890 Text Example


1234567890 Text Example

White

1234567890 Text Example


1234567890 Text Example


Color Harmonies of #054C80

Triadic Colors

Analogous Colors

Split complements Colors

Complementary Color



HTML code & CSSWeb design

color css

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

 p { color: rgb(5,76,128); }

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

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

 a { background-color: rgb(5,76,128); }

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

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

 span { border-color: rgb(5,76,128); }

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