#5781BA

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

Shades of Havelock Blue #5781BA

Tints of Havelock Blue #5781BA

Color information

#5781BA (or 0x5781BA) is unknown color: approx Havelock Blue. HEX triplet: 57, 81 and BA. RGB value is (87,129,186). Sum of RGB (Red+Green+Blue) = 87+129+186=402 (53% of max value = 765). Red value is 87 (34.38% from 255 or 21.64% from 402); Green value is 129 (50.78% from 255 or 32.09% from 402); Blue value is 186 (73.05% from 255 or 46.27% from 402); Max value from RGB is 186 - color contains mainly: blue. Hex color #5781BA is not a web safe color. Web safe color analog (approx): #6699CC. Inversed color of #5781BA is #A87E45. Grayscale: #7A7A7A. Windows color (decimal): -11042374 or 12222807. OLE color: 12222807.

HSL color Cylindrical-coordinate representation of color #5781BA: hue angle of 214.55º degrees, saturation: 0.42, lightness: 0.54%. HSV value (or HSB Brightness) of color is 0.73% and HSV saturation: 0.53%. Process color model (Four color, CMYK) of #5781BA is Cyan = 0.53, Magento = 0.31, Yellow = 0 and Black (K on CMYK) = 0.27.

Color convert

RGB87129186-
CMYK0.530.3100.27
HSL214.55º41.77%53.53%-
HSV(B)214.55º53.23%72.94%-
XYZ20.6421.2749.47-
YUV122.94163.59102.37-

RGB Variations

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

RGB

RED value IS 87 (34.38% from 255) = 21.64%
GREEN value IS 129 (50.78% from 255) = 32.09%
BLUE value IS 186 (73.05% from 255) = 46.27%
R=21.64%
G=32.09%
B=46.27%

CMYK

C (Cyan) values IS 0.53
M (Magenta) values IS 0.31
Y (Yellow) values IS 0
K (Black) values IS 0.27
SystemRedGreenBlueCMYKHSL
Decimal871291860.530.3100.27214.5541.7753.53
Hex5781BA351F01Bd72a36
Octal12720127265370333275266
Binary101011110000001101110101101011111101101111010111101010110110

Black

1234567890 Text Example


1234567890 Text Example

White

1234567890 Text Example


1234567890 Text Example


Color Harmonies of #5781BA

Triadic Colors

Analogous Colors

Split complements Colors

Complementary Color



HTML code & CSSWeb design

color css

<style>
 p { color: #5781BA; }

 p { color: rgb(87,129,186); }

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

<style>
 a { background-color: #5781BA; }

 a { background-color: rgb(87,129,186); }

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

<style>
 span { border-color: #5781BA; }

 span { border-color: rgb(87,129,186); }

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