#5780BF

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

Shades of Havelock Blue #5780BF

Tints of Havelock Blue #5780BF

Color information

#5780BF (or 0x5780BF) is unknown color: approx Havelock Blue. HEX triplet: 57, 80 and BF. RGB value is (87,128,191). Sum of RGB (Red+Green+Blue) = 87+128+191=406 (53% of max value = 765). Red value is 87 (34.38% from 255 or 21.43% from 406); Green value is 128 (50.39% from 255 or 31.53% from 406); Blue value is 191 (75% from 255 or 47.04% from 406); Max value from RGB is 191 - color contains mainly: blue. Hex color #5780BF is not a web safe color. Web safe color analog (approx): #6699CC. Inversed color of #5780BF is #A87F40. Grayscale: #7A7A7A. Windows color (decimal): -11042625 or 12550231. OLE color: 12550231.

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

Color convert

RGB87128191-
CMYK0.540.3300.25
HSL216.35º44.83%54.51%-
HSV(B)216.35º54.45%74.9%-
XYZ21.0521.2352.28-
YUV122.92166.42102.38-

RGB Variations

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

RGB

RED value IS 87 (34.38% from 255) = 21.43%
GREEN value IS 128 (50.39% from 255) = 31.53%
BLUE value IS 191 (75% from 255) = 47.04%
R=21.43%
G=31.53%
B=47.04%

CMYK

C (Cyan) values IS 0.54
M (Magenta) values IS 0.33
Y (Yellow) values IS 0
K (Black) values IS 0.25
SystemRedGreenBlueCMYKHSL
Decimal871281910.540.3300.25216.3544.8354.51
Hex5780BF3621019d82d37
Octal12720027766410313305567
Binary1010111100000001011111111011010000101100111011000101101110111

Black

1234567890 Text Example


1234567890 Text Example

White

1234567890 Text Example


1234567890 Text Example


Color Harmonies of #5780BF

Triadic Colors

Analogous Colors

Split complements Colors

Complementary Color



HTML code & CSSWeb design

color css

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

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

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

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

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

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

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

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

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