#5585D0

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

Shades of Havelock Blue #5585D0

Tints of Havelock Blue #5585D0

Color information

#5585D0 (or 0x5585D0) is unknown color: approx Havelock Blue. HEX triplet: 55, 85 and D0. RGB value is (85,133,208). Sum of RGB (Red+Green+Blue) = 85+133+208=426 (56% of max value = 765). Red value is 85 (33.59% from 255 or 19.95% from 426); Green value is 133 (52.34% from 255 or 31.22% from 426); Blue value is 208 (81.64% from 255 or 48.83% from 426); Max value from RGB is 208 - color contains mainly: blue. Hex color #5585D0 is not a web safe color. Web safe color analog (approx): #6699CC. Inversed color of #5585D0 is #AA7A2F. Grayscale: #7E7E7E. Windows color (decimal): -11172400 or 13665621. OLE color: 13665621.

HSL color Cylindrical-coordinate representation of color #5585D0: hue angle of 216.59º degrees, saturation: 0.57, lightness: 0.57%. HSV value (or HSB Brightness) of color is 0.82% and HSV saturation: 0.59%. Process color model (Four color, CMYK) of #5585D0 is Cyan = 0.59, Magento = 0.36, Yellow = 0 and Black (K on CMYK) = 0.18.

Color convert

RGB85133208-
CMYK0.590.3600.18
HSL216.59º56.68%57.45%-
HSV(B)216.59º59.13%81.57%-
XYZ23.5223.2662.92-
YUV127.2173.697.9-

RGB Variations

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

RGB

RED value IS 85 (33.59% from 255) = 19.95%
GREEN value IS 133 (52.34% from 255) = 31.22%
BLUE value IS 208 (81.64% from 255) = 48.83%
R=19.95%
G=31.22%
B=48.83%

CMYK

C (Cyan) values IS 0.59
M (Magenta) values IS 0.36
Y (Yellow) values IS 0
K (Black) values IS 0.18
SystemRedGreenBlueCMYKHSL
Decimal851332080.590.3600.18216.5956.6857.45
Hex5585D03B24012d93939
Octal12520532073440223317171
Binary1010101100001011101000011101110010001001011011001111001111001

Black

1234567890 Text Example


1234567890 Text Example

White

1234567890 Text Example


1234567890 Text Example


Color Harmonies of #5585D0

Triadic Colors

Analogous Colors

Split complements Colors

Complementary Color



HTML code & CSSWeb design

color css

<style>
 p { color: #5585D0; }

 p { color: rgb(85,133,208); }

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

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

 a { background-color: rgb(85,133,208); }

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

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

 span { border-color: rgb(85,133,208); }

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