#5F7ED1

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

Shades of Havelock Blue #5F7ED1

Tints of Havelock Blue #5F7ED1

Color information

#5F7ED1 (or 0x5F7ED1) is unknown color: approx Havelock Blue. HEX triplet: 5F, 7E and D1. RGB value is (95,126,209). Sum of RGB (Red+Green+Blue) = 95+126+209=430 (56% of max value = 765). Red value is 95 (37.5% from 255 or 22.09% from 430); Green value is 126 (49.61% from 255 or 29.30% from 430); Blue value is 209 (82.03% from 255 or 48.60% from 430); Max value from RGB is 209 - color contains mainly: blue. Hex color #5F7ED1 is not a web safe color. Web safe color analog (approx): #6666CC. Inversed color of #5F7ED1 is #A0812E. Grayscale: #7D7D7D. Windows color (decimal): -10518831 or 13729375. OLE color: 13729375.

HSL color Cylindrical-coordinate representation of color #5F7ED1: hue angle of 223.68º degrees, saturation: 0.55, lightness: 0.6%. HSV value (or HSB Brightness) of color is 0.82% and HSV saturation: 0.55%. Process color model (Four color, CMYK) of #5F7ED1 is Cyan = 0.55, Magento = 0.40, Yellow = 0 and Black (K on CMYK) = 0.18.

Color convert

RGB95126209-
CMYK0.550.4000.18
HSL223.68º55.34%59.61%-
HSV(B)223.68º54.55%81.96%-
XYZ23.6921.9663.31-
YUV126.19174.73105.75-

RGB Variations

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

RGB

RED value IS 95 (37.5% from 255) = 22.09%
GREEN value IS 126 (49.61% from 255) = 29.30%
BLUE value IS 209 (82.03% from 255) = 48.60%
R=22.09%
G=29.30%
B=48.60%

CMYK

C (Cyan) values IS 0.55
M (Magenta) values IS 0.40
Y (Yellow) values IS 0
K (Black) values IS 0.18
SystemRedGreenBlueCMYKHSL
Decimal951262090.550.4000.18223.6855.3459.61
Hex5F7ED13728012e0373c
Octal13717632167500223406774
Binary101111111111101101000111011110100001001011100000110111111100

Black

1234567890 Text Example


1234567890 Text Example

White

1234567890 Text Example


1234567890 Text Example


Color Harmonies of #5F7ED1

Triadic Colors

Analogous Colors

Split complements Colors

Complementary Color



HTML code & CSSWeb design

color css

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

 p { color: rgb(95,126,209); }

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

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

 a { background-color: rgb(95,126,209); }

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

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

 span { border-color: rgb(95,126,209); }

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