#5781BD

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

Shades of Havelock Blue #5781BD

Tints of Havelock Blue #5781BD

Color information

#5781BD (or 0x5781BD) is unknown color: approx Havelock Blue. HEX triplet: 57, 81 and BD. RGB value is (87,129,189). Sum of RGB (Red+Green+Blue) = 87+129+189=405 (53% of max value = 765). Red value is 87 (34.38% from 255 or 21.48% from 405); Green value is 129 (50.78% from 255 or 31.85% from 405); Blue value is 189 (74.22% from 255 or 46.67% from 405); Max value from RGB is 189 - color contains mainly: blue. Hex color #5781BD is not a web safe color. Web safe color analog (approx): #6699CC. Inversed color of #5781BD is #A87E42. Grayscale: #7B7B7B. Windows color (decimal): -11042371 or 12419415. OLE color: 12419415.

HSL color Cylindrical-coordinate representation of color #5781BD: hue angle of 215.29º 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 #5781BD is Cyan = 0.54, Magento = 0.32, Yellow = 0 and Black (K on CMYK) = 0.26.

Color convert

RGB87129189-
CMYK0.540.3200.26
HSL215.29º43.59%54.12%-
HSV(B)215.29º53.97%74.12%-
XYZ20.9721.451.17-
YUV123.28165.09102.12-

RGB Variations

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

RGB

RED value IS 87 (34.38% from 255) = 21.48%
GREEN value IS 129 (50.78% from 255) = 31.85%
BLUE value IS 189 (74.22% from 255) = 46.67%
R=21.48%
G=31.85%
B=46.67%

CMYK

C (Cyan) values IS 0.54
M (Magenta) values IS 0.32
Y (Yellow) values IS 0
K (Black) values IS 0.26
SystemRedGreenBlueCMYKHSL
Decimal871291890.540.3200.26215.2943.5954.12
Hex5781BD362001Ad72c36
Octal12720127566400323275466
Binary1010111100000011011110111011010000001101011010111101100110110

Black

1234567890 Text Example


1234567890 Text Example

White

1234567890 Text Example


1234567890 Text Example


Color Harmonies of #5781BD

Triadic Colors

Analogous Colors

Split complements Colors

Complementary Color



HTML code & CSSWeb design

color css

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

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

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

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

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

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

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

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

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