#5780BC

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

Shades of Havelock Blue #5780BC

Tints of Havelock Blue #5780BC

Color information

#5780BC (or 0x5780BC) is unknown color: approx Havelock Blue. HEX triplet: 57, 80 and BC. RGB value is (87,128,188). Sum of RGB (Red+Green+Blue) = 87+128+188=403 (53% of max value = 765). Red value is 87 (34.38% from 255 or 21.59% from 403); Green value is 128 (50.39% from 255 or 31.76% from 403); Blue value is 188 (73.83% from 255 or 46.65% from 403); Max value from RGB is 188 - color contains mainly: blue. Hex color #5780BC is not a web safe color. Web safe color analog (approx): #6699CC. Inversed color of #5780BC is #A87F43. Grayscale: #7A7A7A. Windows color (decimal): -11042628 or 12353623. OLE color: 12353623.

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

Color convert

RGB87128188-
CMYK0.540.3200.26
HSL215.64º42.98%53.92%-
HSV(B)215.64º53.72%73.73%-
XYZ20.7321.150.56-
YUV122.58164.92102.62-

RGB Variations

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

RGB

RED value IS 87 (34.38% from 255) = 21.59%
GREEN value IS 128 (50.39% from 255) = 31.76%
BLUE value IS 188 (73.83% from 255) = 46.65%
R=21.59%
G=31.76%
B=46.65%

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
Decimal871281880.540.3200.26215.6442.9853.92
Hex5780BC362001Ad82b36
Octal12720027466400323305366
Binary1010111100000001011110011011010000001101011011000101011110110

Black

1234567890 Text Example


1234567890 Text Example

White

1234567890 Text Example


1234567890 Text Example


Color Harmonies of #5780BC

Triadic Colors

Analogous Colors

Split complements Colors

Complementary Color



HTML code & CSSWeb design

color css

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

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

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

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

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

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

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

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

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