#005580

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

Shades of Dark Cerulean #005580

Tints of Dark Cerulean #005580

Color information

#005580 (or 0x005580) is unknown color: approx Dark Cerulean. HEX triplet: 00, 55 and 80. RGB value is (0,85,128). Sum of RGB (Red+Green+Blue) = 0+85+128=213 (28% of max value = 765). Red value is 0 (0.39% from 255 or 0% from 213); Green value is 85 (33.59% from 255 or 39.91% from 213); Blue value is 128 (50.39% from 255 or 60.09% from 213); Max value from RGB is 128 - color contains mainly: blue. Hex color #005580 is not a web safe color. Web safe color analog (approx): #006699. Inversed color of #005580 is #FFAA7F. Grayscale: #404040. Windows color (decimal): -16755328 or 8410368. OLE color: 8410368.

HSL color Cylindrical-coordinate representation of color #005580: hue angle of 200.16º degrees, saturation: 1, lightness: 0.25%. HSV value (or HSB Brightness) of color is 0.5% and HSV saturation: 1%. Process color model (Four color, CMYK) of #005580 is Cyan = 1, Magento = 0.34, Yellow = 0 and Black (K on CMYK) = 0.50.

Color convert

RGB085128-
CMYK10.3400.50
HSL200.16º100%25.1%-
HSV(B)200.16º100%50.2%-
XYZ7.148.0621.6-
YUV64.49163.8482-

RGB Variations

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

RGB

RED value IS 0 (0.39% from 255) = 0%
GREEN value IS 85 (33.59% from 255) = 39.91%
BLUE value IS 128 (50.39% from 255) = 60.09%
R=0%
G=39.91%
B=60.09%

CMYK

C (Cyan) values IS 1
M (Magenta) values IS 0.34
Y (Yellow) values IS 0
K (Black) values IS 0.50
SystemRedGreenBlueCMYKHSL
Decimal08512810.3400.50200.1610025.1
Hex055806422032c86419
Octal01252001444206231014431
Binary01010101100000001100100100010011001011001000110010011001

Black

1234567890 Text Example


1234567890 Text Example

White

1234567890 Text Example


1234567890 Text Example


Color Harmonies of #005580

Triadic Colors

Analogous Colors

Split complements Colors

Complementary Color



HTML code & CSSWeb design

color css

<style>
 p { color: #005580; }

 p { color: rgb(0,85,128); }

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

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

 a { background-color: rgb(0,85,128); }

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

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

 span { border-color: rgb(0,85,128); }

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