#5780BA

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

Shades of Havelock Blue #5780BA

Tints of Havelock Blue #5780BA

Color information

#5780BA (or 0x5780BA) is unknown color: approx Havelock Blue. HEX triplet: 57, 80 and BA. RGB value is (87,128,186). Sum of RGB (Red+Green+Blue) = 87+128+186=401 (53% of max value = 765). Red value is 87 (34.38% from 255 or 21.70% from 401); Green value is 128 (50.39% from 255 or 31.92% from 401); Blue value is 186 (73.05% from 255 or 46.38% from 401); Max value from RGB is 186 - color contains mainly: blue. Hex color #5780BA is not a web safe color. Web safe color analog (approx): #6699CC. Inversed color of #5780BA is #A87F45. Grayscale: #7A7A7A. Windows color (decimal): -11042630 or 12222551. OLE color: 12222551.

HSL color Cylindrical-coordinate representation of color #5780BA: hue angle of 215.15º 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 #5780BA is Cyan = 0.53, Magento = 0.31, Yellow = 0 and Black (K on CMYK) = 0.27.

Color convert

RGB87128186-
CMYK0.530.3100.27
HSL215.15º41.77%53.53%-
HSV(B)215.15º53.23%72.94%-
XYZ20.5121.0149.43-
YUV122.35163.92102.78-

RGB Variations

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

RGB

RED value IS 87 (34.38% from 255) = 21.70%
GREEN value IS 128 (50.39% from 255) = 31.92%
BLUE value IS 186 (73.05% from 255) = 46.38%
R=21.70%
G=31.92%
B=46.38%

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
Decimal871281860.530.3100.27215.1541.7753.53
Hex5780BA351F01Bd72a36
Octal12720027265370333275266
Binary101011110000000101110101101011111101101111010111101010110110

Black

1234567890 Text Example


1234567890 Text Example

White

1234567890 Text Example


1234567890 Text Example


Color Harmonies of #5780BA

Triadic Colors

Analogous Colors

Split complements Colors

Complementary Color



HTML code & CSSWeb design

color css

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

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

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

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

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

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

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

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

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