#5586C3

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

Shades of Havelock Blue #5586C3

Tints of Havelock Blue #5586C3

Color information

#5586C3 (or 0x5586C3) is unknown color: approx Havelock Blue. HEX triplet: 55, 86 and C3. RGB value is (85,134,195). Sum of RGB (Red+Green+Blue) = 85+134+195=414 (54% of max value = 765). Red value is 85 (33.59% from 255 or 20.53% from 414); Green value is 134 (52.73% from 255 or 32.37% from 414); Blue value is 195 (76.56% from 255 or 47.10% from 414); Max value from RGB is 195 - color contains mainly: blue. Hex color #5586C3 is not a web safe color. Web safe color analog (approx): #6699CC. Inversed color of #5586C3 is #AA793C. Grayscale: #7E7E7E. Windows color (decimal): -11172157 or 12813909. OLE color: 12813909.

HSL color Cylindrical-coordinate representation of color #5586C3: hue angle of 213.27º degrees, saturation: 0.48, lightness: 0.55%. HSV value (or HSB Brightness) of color is 0.76% and HSV saturation: 0.56%. Process color model (Four color, CMYK) of #5586C3 is Cyan = 0.56, Magento = 0.31, Yellow = 0 and Black (K on CMYK) = 0.24.

Color convert

RGB85134195-
CMYK0.560.3100.24
HSL213.27º47.83%54.9%-
HSV(B)213.27º56.41%76.47%-
XYZ22.1222.9254.89-
YUV126.3166.7798.54-

RGB Variations

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

RGB

RED value IS 85 (33.59% from 255) = 20.53%
GREEN value IS 134 (52.73% from 255) = 32.37%
BLUE value IS 195 (76.56% from 255) = 47.10%
R=20.53%
G=32.37%
B=47.10%

CMYK

C (Cyan) values IS 0.56
M (Magenta) values IS 0.31
Y (Yellow) values IS 0
K (Black) values IS 0.24
SystemRedGreenBlueCMYKHSL
Decimal851341950.560.3100.24213.2747.8354.9
Hex5586C3381F018d53037
Octal12520630370370303256067
Binary101010110000110110000111110001111101100011010101110000110111

Black

1234567890 Text Example


1234567890 Text Example

White

1234567890 Text Example


1234567890 Text Example


Color Harmonies of #5586C3

Triadic Colors

Analogous Colors

Split complements Colors

Complementary Color



HTML code & CSSWeb design

color css

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

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

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

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

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

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

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

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

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