#5F82BF

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

Shades of Havelock Blue #5F82BF

Tints of Havelock Blue #5F82BF

Color information

#5F82BF (or 0x5F82BF) is unknown color: approx Havelock Blue. HEX triplet: 5F, 82 and BF. RGB value is (95,130,191). Sum of RGB (Red+Green+Blue) = 95+130+191=416 (55% of max value = 765). Red value is 95 (37.5% from 255 or 22.84% from 416); Green value is 130 (51.17% from 255 or 31.25% from 416); Blue value is 191 (75% from 255 or 45.91% from 416); Max value from RGB is 191 - color contains mainly: blue. Hex color #5F82BF is not a web safe color. Web safe color analog (approx): #6699CC. Inversed color of #5F82BF is #A07D40. Grayscale: #7E7E7E. Windows color (decimal): -10517825 or 12550751. OLE color: 12550751.

HSL color Cylindrical-coordinate representation of color #5F82BF: hue angle of 218.12º degrees, saturation: 0.43, lightness: 0.56%. HSV value (or HSB Brightness) of color is 0.75% and HSV saturation: 0.5%. Process color model (Four color, CMYK) of #5F82BF is Cyan = 0.50, Magento = 0.32, Yellow = 0 and Black (K on CMYK) = 0.25.

Color convert

RGB95130191-
CMYK0.500.3200.25
HSL218.12º42.86%56.08%-
HSV(B)218.12º50.26%74.9%-
XYZ22.1122.1652.4-
YUV126.49164.4105.54-

RGB Variations

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

RGB

RED value IS 95 (37.5% from 255) = 22.84%
GREEN value IS 130 (51.17% from 255) = 31.25%
BLUE value IS 191 (75% from 255) = 45.91%
R=22.84%
G=31.25%
B=45.91%

CMYK

C (Cyan) values IS 0.50
M (Magenta) values IS 0.32
Y (Yellow) values IS 0
K (Black) values IS 0.25
SystemRedGreenBlueCMYKHSL
Decimal951301910.500.3200.25218.1242.8656.08
Hex5F82BF3220019da2b38
Octal13720227762400313325370
Binary1011111100000101011111111001010000001100111011010101011111000

Black

1234567890 Text Example


1234567890 Text Example

White

1234567890 Text Example


1234567890 Text Example


Color Harmonies of #5F82BF

Triadic Colors

Analogous Colors

Split complements Colors

Complementary Color



HTML code & CSSWeb design

color css

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

 p { color: rgb(95,130,191); }

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

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

 a { background-color: rgb(95,130,191); }

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

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

 span { border-color: rgb(95,130,191); }

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