#5F80B6

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

Shades of Havelock Blue #5F80B6

Tints of Havelock Blue #5F80B6

Color information

#5F80B6 (or 0x5F80B6) is unknown color: approx Havelock Blue. HEX triplet: 5F, 80 and B6. RGB value is (95,128,182). Sum of RGB (Red+Green+Blue) = 95+128+182=405 (53% of max value = 765). Red value is 95 (37.5% from 255 or 23.46% from 405); Green value is 128 (50.39% from 255 or 31.60% from 405); Blue value is 182 (71.48% from 255 or 44.94% from 405); Max value from RGB is 182 - color contains mainly: blue. Hex color #5F80B6 is not a web safe color. Web safe color analog (approx): #6699CC. Inversed color of #5F80B6 is #A07F49. Grayscale: #7C7C7C. Windows color (decimal): -10518346 or 11960415. OLE color: 11960415.

HSL color Cylindrical-coordinate representation of color #5F80B6: hue angle of 217.24º degrees, saturation: 0.37, lightness: 0.54%. HSV value (or HSB Brightness) of color is 0.71% and HSV saturation: 0.48%. Process color model (Four color, CMYK) of #5F80B6 is Cyan = 0.48, Magento = 0.30, Yellow = 0 and Black (K on CMYK) = 0.29.

Color convert

RGB95128182-
CMYK0.480.3000.29
HSL217.24º37.34%54.31%-
HSV(B)217.24º47.8%71.37%-
XYZ20.8821.2547.26-
YUV124.29160.57107.11-

RGB Variations

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

RGB

RED value IS 95 (37.5% from 255) = 23.46%
GREEN value IS 128 (50.39% from 255) = 31.60%
BLUE value IS 182 (71.48% from 255) = 44.94%
R=23.46%
G=31.60%
B=44.94%

CMYK

C (Cyan) values IS 0.48
M (Magenta) values IS 0.30
Y (Yellow) values IS 0
K (Black) values IS 0.29
SystemRedGreenBlueCMYKHSL
Decimal951281820.480.3000.29217.2437.3454.31
Hex5F80B6301E01Dd92536
Octal13720026660360353314566
Binary101111110000000101101101100001111001110111011001100101110110

Black

1234567890 Text Example


1234567890 Text Example

White

1234567890 Text Example


1234567890 Text Example


Color Harmonies of #5F80B6

Triadic Colors

Analogous Colors

Split complements Colors

Complementary Color



HTML code & CSSWeb design

color css

<style>
 p { color: #5F80B6; }

 p { color: rgb(95,128,182); }

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

<style>
 a { background-color: #5F80B6; }

 a { background-color: rgb(95,128,182); }

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

<style>
 span { border-color: #5F80B6; }

 span { border-color: rgb(95,128,182); }

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