#5586CD

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

Shades of Havelock Blue #5586CD

Tints of Havelock Blue #5586CD

Color information

#5586CD (or 0x5586CD) is unknown color: approx Havelock Blue. HEX triplet: 55, 86 and CD. RGB value is (85,134,205). Sum of RGB (Red+Green+Blue) = 85+134+205=424 (56% of max value = 765). Red value is 85 (33.59% from 255 or 20.05% from 424); Green value is 134 (52.73% from 255 or 31.60% from 424); Blue value is 205 (80.47% from 255 or 48.35% from 424); Max value from RGB is 205 - color contains mainly: blue. Hex color #5586CD is not a web safe color. Web safe color analog (approx): #6699CC. Inversed color of #5586CD is #AA7932. Grayscale: #7F7F7F. Windows color (decimal): -11172147 or 13469269. OLE color: 13469269.

HSL color Cylindrical-coordinate representation of color #5586CD: hue angle of 215.5º degrees, saturation: 0.55, lightness: 0.57%. HSV value (or HSB Brightness) of color is 0.8% and HSV saturation: 0.59%. Process color model (Four color, CMYK) of #5586CD is Cyan = 0.59, Magento = 0.35, Yellow = 0 and Black (K on CMYK) = 0.20.

Color convert

RGB85134205-
CMYK0.590.3500.20
HSL215.5º54.55%56.86%-
HSV(B)215.5º58.54%80.39%-
XYZ23.2923.3961.04-
YUV127.44171.7797.73-

RGB Variations

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

RGB

RED value IS 85 (33.59% from 255) = 20.05%
GREEN value IS 134 (52.73% from 255) = 31.60%
BLUE value IS 205 (80.47% from 255) = 48.35%
R=20.05%
G=31.60%
B=48.35%

CMYK

C (Cyan) values IS 0.59
M (Magenta) values IS 0.35
Y (Yellow) values IS 0
K (Black) values IS 0.20
SystemRedGreenBlueCMYKHSL
Decimal851342050.590.3500.20215.554.5556.86
Hex5586CD3B23014d83739
Octal12520631573430243306771
Binary1010101100001101100110111101110001101010011011000110111111001

Black

1234567890 Text Example


1234567890 Text Example

White

1234567890 Text Example


1234567890 Text Example


Color Harmonies of #5586CD

Triadic Colors

Analogous Colors

Split complements Colors

Complementary Color



HTML code & CSSWeb design

color css

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

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

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

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

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

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

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

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

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