#5782BF

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

Shades of Havelock Blue #5782BF

Tints of Havelock Blue #5782BF

Color information

#5782BF (or 0x5782BF) is unknown color: approx Havelock Blue. HEX triplet: 57, 82 and BF. RGB value is (87,130,191). Sum of RGB (Red+Green+Blue) = 87+130+191=408 (54% of max value = 765). Red value is 87 (34.38% from 255 or 21.32% from 408); Green value is 130 (51.17% from 255 or 31.86% from 408); Blue value is 191 (75% from 255 or 46.81% from 408); Max value from RGB is 191 - color contains mainly: blue. Hex color #5782BF is not a web safe color. Web safe color analog (approx): #6699CC. Inversed color of #5782BF is #A87D40. Grayscale: #7B7B7B. Windows color (decimal): -11042113 or 12550743. OLE color: 12550743.

HSL color Cylindrical-coordinate representation of color #5782BF: hue angle of 215.19º degrees, saturation: 0.45, lightness: 0.55%. HSV value (or HSB Brightness) of color is 0.75% and HSV saturation: 0.54%. Process color model (Four color, CMYK) of #5782BF is Cyan = 0.54, Magento = 0.32, Yellow = 0 and Black (K on CMYK) = 0.25.

Color convert

RGB87130191-
CMYK0.540.3200.25
HSL215.19º44.83%54.51%-
HSV(B)215.19º54.45%74.9%-
XYZ21.3221.7552.37-
YUV124.1165.75101.54-

RGB Variations

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

RGB

RED value IS 87 (34.38% from 255) = 21.32%
GREEN value IS 130 (51.17% from 255) = 31.86%
BLUE value IS 191 (75% from 255) = 46.81%
R=21.32%
G=31.86%
B=46.81%

CMYK

C (Cyan) values IS 0.54
M (Magenta) values IS 0.32
Y (Yellow) values IS 0
K (Black) values IS 0.25
SystemRedGreenBlueCMYKHSL
Decimal871301910.540.3200.25215.1944.8354.51
Hex5782BF3620019d72d37
Octal12720227766400313275567
Binary1010111100000101011111111011010000001100111010111101101110111

Black

1234567890 Text Example


1234567890 Text Example

White

1234567890 Text Example


1234567890 Text Example


Color Harmonies of #5782BF

Triadic Colors

Analogous Colors

Split complements Colors

Complementary Color



HTML code & CSSWeb design

color css

<style>
 p { color: #5782BF; }

 p { color: rgb(87,130,191); }

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

<style>
 a { background-color: #5782BF; }

 a { background-color: rgb(87,130,191); }

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

<style>
 span { border-color: #5782BF; }

 span { border-color: rgb(87,130,191); }

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