#5581CB

Color #5581CB Havelock Blue (background png icon) HTML CSS
Download Color Icon.PNG:
16x16 32x32 64x64 128x128

Shades of Havelock Blue #5581CB

Tints of Havelock Blue #5581CB

Color information

#5581CB (or 0x5581CB) is unknown color: approx Havelock Blue. HEX triplet: 55, 81 and CB. RGB value is (85,129,203). Sum of RGB (Red+Green+Blue) = 85+129+203=417 (55% of max value = 765). Red value is 85 (33.59% from 255 or 20.38% from 417); Green value is 129 (50.78% from 255 or 30.94% from 417); Blue value is 203 (79.69% from 255 or 48.68% from 417); Max value from RGB is 203 - color contains mainly: blue. Hex color #5581CB is not a web safe color. Web safe color analog (approx): #6699CC. Inversed color of #5581CB is #AA7E34. Grayscale: #7B7B7B. Windows color (decimal): -11173429 or 13336917. OLE color: 13336917.

HSL color Cylindrical-coordinate representation of color #5581CB: hue angle of 217.63º degrees, saturation: 0.53, lightness: 0.56%. HSV value (or HSB Brightness) of color is 0.8% and HSV saturation: 0.58%. Process color model (Four color, CMYK) of #5581CB is Cyan = 0.58, Magento = 0.36, Yellow = 0 and Black (K on CMYK) = 0.20.

Color convert

RGB85129203-
CMYK0.580.3600.20
HSL217.63º53.15%56.47%-
HSV(B)217.63º58.13%79.61%-
XYZ22.3821.9459.56-
YUV124.28172.4299.98-

RGB Variations

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

RGB

RED value IS 85 (33.59% from 255) = 20.38%
GREEN value IS 129 (50.78% from 255) = 30.94%
BLUE value IS 203 (79.69% from 255) = 48.68%
R=20.38%
G=30.94%
B=48.68%

CMYK

C (Cyan) values IS 0.58
M (Magenta) values IS 0.36
Y (Yellow) values IS 0
K (Black) values IS 0.20
SystemRedGreenBlueCMYKHSL
Decimal851292030.580.3600.20217.6353.1556.47
Hex5581CB3A24014da3538
Octal12520131372440243326570
Binary1010101100000011100101111101010010001010011011010110101111000

Black

1234567890 Text Example


1234567890 Text Example

White

1234567890 Text Example


1234567890 Text Example


Color Harmonies of #5581CB

Triadic Colors

Analogous Colors

Split complements Colors

Complementary Color



HTML code & CSSWeb design

color css

<style>
 p { color: #5581CB; }

 p { color: rgb(85,129,203); }

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

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

 a { background-color: rgb(85,129,203); }

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

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

 span { border-color: rgb(85,129,203); }

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