#5F7FB6

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

Shades of Havelock Blue #5F7FB6

Tints of Havelock Blue #5F7FB6

Color information

#5F7FB6 (or 0x5F7FB6) is unknown color: approx Havelock Blue. HEX triplet: 5F, 7F and B6. RGB value is (95,127,182). Sum of RGB (Red+Green+Blue) = 95+127+182=404 (53% of max value = 765). Red value is 95 (37.5% from 255 or 23.51% from 404); Green value is 127 (50% from 255 or 31.44% from 404); Blue value is 182 (71.48% from 255 or 45.05% from 404); Max value from RGB is 182 - color contains mainly: blue. Hex color #5F7FB6 is not a web safe color. Web safe color analog (approx): #6666CC. Inversed color of #5F7FB6 is #A08049. Grayscale: #7B7B7B. Windows color (decimal): -10518602 or 11960159. OLE color: 11960159.

HSL color Cylindrical-coordinate representation of color #5F7FB6: hue angle of 217.93º 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 #5F7FB6 is Cyan = 0.48, Magento = 0.30, Yellow = 0 and Black (K on CMYK) = 0.29.

Color convert

RGB95127182-
CMYK0.480.3000.29
HSL217.93º37.34%54.31%-
HSV(B)217.93º47.8%71.37%-
XYZ20.7520.9947.21-
YUV123.7160.9107.53-

RGB Variations

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

RGB

RED value IS 95 (37.5% from 255) = 23.51%
GREEN value IS 127 (50% from 255) = 31.44%
BLUE value IS 182 (71.48% from 255) = 45.05%
R=23.51%
G=31.44%
B=45.05%

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
Decimal951271820.480.3000.29217.9337.3454.31
Hex5F7FB6301E01Dda2536
Octal13717726660360353324566
Binary10111111111111101101101100001111001110111011010100101110110

Black

1234567890 Text Example


1234567890 Text Example

White

1234567890 Text Example


1234567890 Text Example


Color Harmonies of #5F7FB6

Triadic Colors

Analogous Colors

Split complements Colors

Complementary Color



HTML code & CSSWeb design

color css

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

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

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

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

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

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

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

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

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