#5E7DBF

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

Shades of Havelock Blue #5E7DBF

Tints of Havelock Blue #5E7DBF

Color information

#5E7DBF (or 0x5E7DBF) is unknown color: approx Havelock Blue. HEX triplet: 5E, 7D and BF. RGB value is (94,125,191). Sum of RGB (Red+Green+Blue) = 94+125+191=410 (54% of max value = 765). Red value is 94 (37.11% from 255 or 22.93% from 410); Green value is 125 (49.22% from 255 or 30.49% from 410); Blue value is 191 (75% from 255 or 46.59% from 410); Max value from RGB is 191 - color contains mainly: blue. Hex color #5E7DBF is not a web safe color. Web safe color analog (approx): #6666CC. Inversed color of #5E7DBF is #A18240. Grayscale: #7A7A7A. Windows color (decimal): -10584641 or 12549470. OLE color: 12549470.

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

Color convert

RGB94125191-
CMYK0.510.3500.25
HSL220.82º43.11%55.88%-
HSV(B)220.82º50.79%74.9%-
XYZ21.3520.8152.18-
YUV123.26166.23107.13-

RGB Variations

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

RGB

RED value IS 94 (37.11% from 255) = 22.93%
GREEN value IS 125 (49.22% from 255) = 30.49%
BLUE value IS 191 (75% from 255) = 46.59%
R=22.93%
G=30.49%
B=46.59%

CMYK

C (Cyan) values IS 0.51
M (Magenta) values IS 0.35
Y (Yellow) values IS 0
K (Black) values IS 0.25
SystemRedGreenBlueCMYKHSL
Decimal941251910.510.3500.25220.8243.1155.88
Hex5E7DBF3323019dd2b38
Octal13617527763430313355370
Binary101111011111011011111111001110001101100111011101101011111000

Black

1234567890 Text Example


1234567890 Text Example

White

1234567890 Text Example


1234567890 Text Example


Color Harmonies of #5E7DBF

Triadic Colors

Analogous Colors

Split complements Colors

Complementary Color



HTML code & CSSWeb design

color css

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

 p { color: rgb(94,125,191); }

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

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

 a { background-color: rgb(94,125,191); }

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

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

 span { border-color: rgb(94,125,191); }

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