#5F81C7

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

Shades of Havelock Blue #5F81C7

Tints of Havelock Blue #5F81C7

Color information

#5F81C7 (or 0x5F81C7) is unknown color: approx Havelock Blue. HEX triplet: 5F, 81 and C7. RGB value is (95,129,199). Sum of RGB (Red+Green+Blue) = 95+129+199=423 (56% of max value = 765). Red value is 95 (37.5% from 255 or 22.46% from 423); Green value is 129 (50.78% from 255 or 30.50% from 423); Blue value is 199 (78.12% from 255 or 47.04% from 423); Max value from RGB is 199 - color contains mainly: blue. Hex color #5F81C7 is not a web safe color. Web safe color analog (approx): #6699CC. Inversed color of #5F81C7 is #A07E38. Grayscale: #7E7E7E. Windows color (decimal): -10518073 or 13074783. OLE color: 13074783.

HSL color Cylindrical-coordinate representation of color #5F81C7: hue angle of 220.38º degrees, saturation: 0.48, lightness: 0.58%. HSV value (or HSB Brightness) of color is 0.78% and HSV saturation: 0.52%. Process color model (Four color, CMYK) of #5F81C7 is Cyan = 0.52, Magento = 0.35, Yellow = 0 and Black (K on CMYK) = 0.22.

Color convert

RGB95129199-
CMYK0.520.3500.22
HSL220.38º48.15%57.65%-
HSV(B)220.38º52.26%78.04%-
XYZ22.8822.2657.12-
YUV126.81168.74105.31-

RGB Variations

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

RGB

RED value IS 95 (37.5% from 255) = 22.46%
GREEN value IS 129 (50.78% from 255) = 30.50%
BLUE value IS 199 (78.12% from 255) = 47.04%
R=22.46%
G=30.50%
B=47.04%

CMYK

C (Cyan) values IS 0.52
M (Magenta) values IS 0.35
Y (Yellow) values IS 0
K (Black) values IS 0.22
SystemRedGreenBlueCMYKHSL
Decimal951291990.520.3500.22220.3848.1557.65
Hex5F81C73423016dc303a
Octal13720130764430263346072
Binary1011111100000011100011111010010001101011011011100110000111010

Black

1234567890 Text Example


1234567890 Text Example

White

1234567890 Text Example


1234567890 Text Example


Color Harmonies of #5F81C7

Triadic Colors

Analogous Colors

Split complements Colors

Complementary Color



HTML code & CSSWeb design

color css

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

 p { color: rgb(95,129,199); }

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

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

 a { background-color: rgb(95,129,199); }

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

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

 span { border-color: rgb(95,129,199); }

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