#5782BD

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

Shades of Havelock Blue #5782BD

Tints of Havelock Blue #5782BD

Color information

#5782BD (or 0x5782BD) is unknown color: approx Havelock Blue. HEX triplet: 57, 82 and BD. RGB value is (87,130,189). Sum of RGB (Red+Green+Blue) = 87+130+189=406 (53% of max value = 765). Red value is 87 (34.38% from 255 or 21.43% from 406); Green value is 130 (51.17% from 255 or 32.02% from 406); Blue value is 189 (74.22% from 255 or 46.55% from 406); Max value from RGB is 189 - color contains mainly: blue. Hex color #5782BD is not a web safe color. Web safe color analog (approx): #6699CC. Inversed color of #5782BD is #A87D42. Grayscale: #7B7B7B. Windows color (decimal): -11042115 or 12419671. OLE color: 12419671.

HSL color Cylindrical-coordinate representation of color #5782BD: hue angle of 214.71º degrees, saturation: 0.44, lightness: 0.54%. HSV value (or HSB Brightness) of color is 0.74% and HSV saturation: 0.54%. Process color model (Four color, CMYK) of #5782BD is Cyan = 0.54, Magento = 0.31, Yellow = 0 and Black (K on CMYK) = 0.26.

Color convert

RGB87130189-
CMYK0.540.3100.26
HSL214.71º43.59%54.12%-
HSV(B)214.71º53.97%74.12%-
XYZ21.121.6751.21-
YUV123.87164.75101.7-

RGB Variations

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

RGB

RED value IS 87 (34.38% from 255) = 21.43%
GREEN value IS 130 (51.17% from 255) = 32.02%
BLUE value IS 189 (74.22% from 255) = 46.55%
R=21.43%
G=32.02%
B=46.55%

CMYK

C (Cyan) values IS 0.54
M (Magenta) values IS 0.31
Y (Yellow) values IS 0
K (Black) values IS 0.26
SystemRedGreenBlueCMYKHSL
Decimal871301890.540.3100.26214.7143.5954.12
Hex5782BD361F01Ad72c36
Octal12720227566370323275466
Binary101011110000010101111011101101111101101011010111101100110110

Black

1234567890 Text Example


1234567890 Text Example

White

1234567890 Text Example


1234567890 Text Example


Color Harmonies of #5782BD

Triadic Colors

Analogous Colors

Split complements Colors

Complementary Color



HTML code & CSSWeb design

color css

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

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

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

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

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

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

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

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

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