#5F7EBE

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

Shades of Havelock Blue #5F7EBE

Tints of Havelock Blue #5F7EBE

Color information

#5F7EBE (or 0x5F7EBE) is unknown color: approx Havelock Blue. HEX triplet: 5F, 7E and BE. RGB value is (95,126,190). Sum of RGB (Red+Green+Blue) = 95+126+190=411 (54% of max value = 765). Red value is 95 (37.5% from 255 or 23.11% from 411); Green value is 126 (49.61% from 255 or 30.66% from 411); Blue value is 190 (74.61% from 255 or 46.23% from 411); Max value from RGB is 190 - color contains mainly: blue. Hex color #5F7EBE is not a web safe color. Web safe color analog (approx): #6666CC. Inversed color of #5F7EBE is #A08141. Grayscale: #7B7B7B. Windows color (decimal): -10518850 or 12484191. OLE color: 12484191.

HSL color Cylindrical-coordinate representation of color #5F7EBE: hue angle of 220.42º degrees, saturation: 0.42, 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 #5F7EBE is Cyan = 0.5, Magento = 0.34, Yellow = 0 and Black (K on CMYK) = 0.25.

Color convert

RGB95126190-
CMYK0.50.3400.25
HSL220.42º42.22%55.88%-
HSV(B)220.42º50%74.51%-
XYZ21.4721.0751.65-
YUV124.03165.23107.3-

RGB Variations

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

RGB

RED value IS 95 (37.5% from 255) = 23.11%
GREEN value IS 126 (49.61% from 255) = 30.66%
BLUE value IS 190 (74.61% from 255) = 46.23%
R=23.11%
G=30.66%
B=46.23%

CMYK

C (Cyan) values IS 0.5
M (Magenta) values IS 0.34
Y (Yellow) values IS 0
K (Black) values IS 0.25
SystemRedGreenBlueCMYKHSL
Decimal951261900.50.3400.25220.4242.2255.88
Hex5F7EBE3222019dc2a38
Octal13717627662420313345270
Binary101111111111101011111011001010001001100111011100101010111000

Black

1234567890 Text Example


1234567890 Text Example

White

1234567890 Text Example


1234567890 Text Example


Color Harmonies of #5F7EBE

Triadic Colors

Analogous Colors

Split complements Colors

Complementary Color



HTML code & CSSWeb design

color css

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

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

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

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

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

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

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

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

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