#5784DA

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

Shades of Havelock Blue #5784DA

Tints of Havelock Blue #5784DA

Color information

#5784DA (or 0x5784DA) is unknown color: approx Havelock Blue. HEX triplet: 57, 84 and DA. RGB value is (87,132,218). Sum of RGB (Red+Green+Blue) = 87+132+218=437 (57% of max value = 765). Red value is 87 (34.38% from 255 or 19.91% from 437); Green value is 132 (51.95% from 255 or 30.21% 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 #5784DA is not a web safe color. Web safe color analog (approx): #6699CC. Inversed color of #5784DA is #A87B25. Grayscale: #7F7F7F. Windows color (decimal): -11041574 or 14320727. OLE color: 14320727.

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

Color convert

RGB87132218-
CMYK0.600.3900.15
HSL219.39º63.9%59.8%-
HSV(B)219.39º60.09%85.49%-
XYZ24.8423.5969.57-
YUV128.35178.5998.51-

RGB Variations

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

RGB

RED value IS 87 (34.38% from 255) = 19.91%
GREEN value IS 132 (51.95% from 255) = 30.21%
BLUE value IS 218 (85.55% from 255) = 49.89%
R=19.91%
G=30.21%
B=49.89%

CMYK

C (Cyan) values IS 0.60
M (Magenta) values IS 0.39
Y (Yellow) values IS 0
K (Black) values IS 0.15
SystemRedGreenBlueCMYKHSL
Decimal871322180.600.3900.15219.3963.959.8
Hex5784DA3C270Fdb403c
Octal127204332744701733310074
Binary1010111100001001101101011110010011101111110110111000000111100

Black

1234567890 Text Example


1234567890 Text Example

White

1234567890 Text Example


1234567890 Text Example


Color Harmonies of #5784DA

Triadic Colors

Analogous Colors

Split complements Colors

Complementary Color



HTML code & CSSWeb design

color css

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

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

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

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

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

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

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

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

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