#5586DA

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

Shades of Havelock Blue #5586DA

Tints of Havelock Blue #5586DA

Color information

#5586DA (or 0x5586DA) is unknown color: approx Havelock Blue. HEX triplet: 55, 86 and DA. RGB value is (85,134,218). Sum of RGB (Red+Green+Blue) = 85+134+218=437 (57% of max value = 765). Red value is 85 (33.59% from 255 or 19.45% from 437); Green value is 134 (52.73% from 255 or 30.66% from 437); Blue value is 218 (85.55% from 255 or 49.89% from 437); Max value from RGB is 218 - color contains mainly: blue. Hex color #5586DA is not a web safe color. Web safe color analog (approx): #6699CC. Inversed color of #5586DA is #AA7925. Grayscale: #808080. Windows color (decimal): -11172134 or 14321237. OLE color: 14321237.

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

Color convert

RGB85134218-
CMYK0.610.3900.15
HSL217.89º64.25%59.41%-
HSV(B)217.89º61.01%85.49%-
XYZ24.9324.0469.66-
YUV128.93178.2796.67-

RGB Variations

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

RGB

RED value IS 85 (33.59% from 255) = 19.45%
GREEN value IS 134 (52.73% from 255) = 30.66%
BLUE value IS 218 (85.55% from 255) = 49.89%
R=19.45%
G=30.66%
B=49.89%

CMYK

C (Cyan) values IS 0.61
M (Magenta) values IS 0.39
Y (Yellow) values IS 0
K (Black) values IS 0.15
SystemRedGreenBlueCMYKHSL
Decimal851342180.610.3900.15217.8964.2559.41
Hex5586DA3D270Fda403b
Octal125206332754701733210073
Binary1010101100001101101101011110110011101111110110101000000111011

Black

1234567890 Text Example


1234567890 Text Example

White

1234567890 Text Example


1234567890 Text Example


Color Harmonies of #5586DA

Triadic Colors

Analogous Colors

Split complements Colors

Complementary Color



HTML code & CSSWeb design

color css

<style>
 p { color: #5586DA; }

 p { color: rgb(85,134,218); }

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

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

 a { background-color: rgb(85,134,218); }

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

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

 span { border-color: rgb(85,134,218); }

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