#055980

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

Shades of Dark Cerulean #055980

Tints of Dark Cerulean #055980

Color information

#055980 (or 0x055980) is unknown color: approx Dark Cerulean. HEX triplet: 05, 59 and 80. RGB value is (5,89,128). Sum of RGB (Red+Green+Blue) = 5+89+128=222 (29% of max value = 765). Red value is 5 (2.34% from 255 or 2.25% from 222); Green value is 89 (35.16% from 255 or 40.09% from 222); Blue value is 128 (50.39% from 255 or 57.66% from 222); Max value from RGB is 128 - color contains mainly: blue. Hex color #055980 is not a web safe color. Web safe color analog (approx): #006699. Inversed color of #055980 is #FAA67F. Grayscale: #444444. Windows color (decimal): -16426624 or 8411397. OLE color: 8411397.

HSL color Cylindrical-coordinate representation of color #055980: hue angle of 199.02º 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 #055980 is Cyan = 0.96, Magento = 0.30, Yellow = 0 and Black (K on CMYK) = 0.50.

Color convert

RGB589128-
CMYK0.960.3000.50
HSL199.02º92.48%26.08%-
HSV(B)199.02º96.09%50.2%-
XYZ7.538.7421.71-
YUV68.33161.6782.83-

RGB Variations

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

RGB

RED value IS 5 (2.34% from 255) = 2.25%
GREEN value IS 89 (35.16% from 255) = 40.09%
BLUE value IS 128 (50.39% from 255) = 57.66%
R=2.25%
G=40.09%
B=57.66%

CMYK

C (Cyan) values IS 0.96
M (Magenta) values IS 0.30
Y (Yellow) values IS 0
K (Black) values IS 0.50
SystemRedGreenBlueCMYKHSL
Decimal5891280.960.3000.50199.0292.4826.08
Hex55980601E032c75c1a
Octal51312001403606230713432
Binary101101100110000000110000011110011001011000111101110011010

Black

1234567890 Text Example


1234567890 Text Example

White

1234567890 Text Example


1234567890 Text Example


Color Harmonies of #055980

Triadic Colors

Analogous Colors

Split complements Colors

Complementary Color



HTML code & CSSWeb design

color css

<style>
 p { color: #055980; }

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

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

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

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

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

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

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

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