#5885da

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

Shades of Havelock Blue #5885DA

Tints of Havelock Blue #5885DA

Color information

#5885DA (or 0x5885DA) is unknown color: approx Havelock Blue. HEX triplet: 58, 85 and DA. RGB value is (88,133,218). Sum of RGB (Red+Green+Blue) = 88+133+218=439 (58% of max value = 765). Red value is 88 (34.77% from 255 or 20.05% from 439); Green value is 133 (52.34% from 255 or 30.30% from 439); Blue value is 218 (85.55% from 255 or 49.66% from 439); Max value from RGB is 218 - color contains mainly: blue. Hex color #5885DA is not a web safe color. Web safe color analog (approx): #6699CC. Inversed color of #5885DA is #A77A25. Grayscale: #808080. Windows color (decimal): -10975782 or 14320984. OLE color: 14320984.

HSL color Cylindrical-coordinate representation of color #5885DA: hue angle of 219.23º degrees, saturation: 0.64, lightness: 0.6%. HSV value (or HSB Brightness) of color is 0.85% and HSV saturation: 0.6%. Process color model (Four color, CMYK) of #5885DA is Cyan = 0.60, Magento = 0.39, Yellow = 0 and Black (K on CMYK) = 0.15.

Color convert

RGB88133218-
CMYK0.600.3900.15
HSL219.23º63.73%60%-
HSV(B)219.23º59.63%85.49%-
XYZ25.0723.9169.62-
YUV129.23178.0998.59-

RGB Variations

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

RGB

RED value IS 88 (34.77% from 255) = 20.05%
GREEN value IS 133 (52.34% from 255) = 30.30%
BLUE value IS 218 (85.55% from 255) = 49.66%
R=20.05%
G=30.30%
B=49.66%

CMYK

C (Cyan) values IS 0.60
M (Magenta) values IS 0.39
Y (Yellow) values IS 0
K (Black) values IS 0.15
SystemRedGreenBlueCMYKHSL
Decimal881332180.600.3900.15219.2363.7360
Hex5885DA3C270Fdb403c
Octal130205332744701733310074
Binary1011000100001011101101011110010011101111110110111000000111100

Black

1234567890 Text Example


1234567890 Text Example

White

1234567890 Text Example


1234567890 Text Example


Color Harmonies of #5885da

Triadic Colors

Analogous Colors

Split complements Colors

Complementary Color



HTML code & CSSWeb design

color css

<style>
 p { color: #5885da; }

 p { color: rgb(88,133,218); }

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

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

 a { background-color: rgb(88,133,218); }

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

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

 span { border-color: rgb(88,133,218); }

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