#5781BF

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

Shades of Havelock Blue #5781BF

Tints of Havelock Blue #5781BF

Color information

#5781BF (or 0x5781BF) is unknown color: approx Havelock Blue. HEX triplet: 57, 81 and BF. RGB value is (87,129,191). Sum of RGB (Red+Green+Blue) = 87+129+191=407 (53% of max value = 765). Red value is 87 (34.38% from 255 or 21.38% from 407); Green value is 129 (50.78% from 255 or 31.70% from 407); Blue value is 191 (75% from 255 or 46.93% from 407); Max value from RGB is 191 - color contains mainly: blue. Hex color #5781BF is not a web safe color. Web safe color analog (approx): #6699CC. Inversed color of #5781BF is #A87E40. Grayscale: #7B7B7B. Windows color (decimal): -11042369 or 12550487. OLE color: 12550487.

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

Color convert

RGB87129191-
CMYK0.540.3200.25
HSL215.77º44.83%54.51%-
HSV(B)215.77º54.45%74.9%-
XYZ21.1821.4952.32-
YUV123.51166.09101.96-

RGB Variations

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

RGB

RED value IS 87 (34.38% from 255) = 21.38%
GREEN value IS 129 (50.78% from 255) = 31.70%
BLUE value IS 191 (75% from 255) = 46.93%
R=21.38%
G=31.70%
B=46.93%

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
Decimal871291910.540.3200.25215.7744.8354.51
Hex5781BF3620019d82d37
Octal12720127766400313305567
Binary1010111100000011011111111011010000001100111011000101101110111

Black

1234567890 Text Example


1234567890 Text Example

White

1234567890 Text Example


1234567890 Text Example


Color Harmonies of #5781BF

Triadic Colors

Analogous Colors

Split complements Colors

Complementary Color



HTML code & CSSWeb design

color css

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

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

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

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

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

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

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

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

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