#5784C6

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

Shades of Havelock Blue #5784C6

Tints of Havelock Blue #5784C6

Color information

#5784C6 (or 0x5784C6) is unknown color: approx Havelock Blue. HEX triplet: 57, 84 and C6. RGB value is (87,132,198). Sum of RGB (Red+Green+Blue) = 87+132+198=417 (55% of max value = 765). Red value is 87 (34.38% from 255 or 20.86% from 417); Green value is 132 (51.95% from 255 or 31.65% from 417); Blue value is 198 (77.73% from 255 or 47.48% from 417); Max value from RGB is 198 - color contains mainly: blue. Hex color #5784C6 is not a web safe color. Web safe color analog (approx): #6699CC. Inversed color of #5784C6 is #A87B39. Grayscale: #7D7D7D. Windows color (decimal): -11041594 or 13010007. OLE color: 13010007.

HSL color Cylindrical-coordinate representation of color #5784C6: hue angle of 215.68º degrees, saturation: 0.49, lightness: 0.56%. HSV value (or HSB Brightness) of color is 0.78% and HSV saturation: 0.56%. Process color model (Four color, CMYK) of #5784C6 is Cyan = 0.56, Magento = 0.33, Yellow = 0 and Black (K on CMYK) = 0.22.

Color convert

RGB87132198-
CMYK0.560.3300.22
HSL215.68º49.33%55.88%-
HSV(B)215.68º56.06%77.65%-
XYZ22.3722.6156.61-
YUV126.07168.59100.13-

RGB Variations

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

RGB

RED value IS 87 (34.38% from 255) = 20.86%
GREEN value IS 132 (51.95% from 255) = 31.65%
BLUE value IS 198 (77.73% from 255) = 47.48%
R=20.86%
G=31.65%
B=47.48%

CMYK

C (Cyan) values IS 0.56
M (Magenta) values IS 0.33
Y (Yellow) values IS 0
K (Black) values IS 0.22
SystemRedGreenBlueCMYKHSL
Decimal871321980.560.3300.22215.6849.3355.88
Hex5784C63821016d83138
Octal12720430670410263306170
Binary1010111100001001100011011100010000101011011011000110001111000

Black

1234567890 Text Example


1234567890 Text Example

White

1234567890 Text Example


1234567890 Text Example


Color Harmonies of #5784C6

Triadic Colors

Analogous Colors

Split complements Colors

Complementary Color



HTML code & CSSWeb design

color css

<style>
 p { color: #5784C6; }

 p { color: rgb(87,132,198); }

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

<style>
 a { background-color: #5784C6; }

 a { background-color: rgb(87,132,198); }

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

<style>
 span { border-color: #5784C6; }

 span { border-color: rgb(87,132,198); }

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