#5E7BD1

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

Shades of Havelock Blue #5E7BD1

Tints of Havelock Blue #5E7BD1

Color information

#5E7BD1 (or 0x5E7BD1) is unknown color: approx Havelock Blue. HEX triplet: 5E, 7B and D1. RGB value is (94,123,209). Sum of RGB (Red+Green+Blue) = 94+123+209=426 (56% of max value = 765). Red value is 94 (37.11% from 255 or 22.07% from 426); Green value is 123 (48.44% from 255 or 28.87% from 426); Blue value is 209 (82.03% from 255 or 49.06% from 426); Max value from RGB is 209 - color contains mainly: blue. Hex color #5E7BD1 is not a web safe color. Web safe color analog (approx): #6666CC. Inversed color of #5E7BD1 is #A1842E. Grayscale: #7B7B7B. Windows color (decimal): -10585135 or 13728606. OLE color: 13728606.

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

Color convert

RGB94123209-
CMYK0.550.4100.18
HSL224.87º55.56%59.41%-
HSV(B)224.87º55.02%81.96%-
XYZ23.2121.1563.18-
YUV124.13175.89106.51-

RGB Variations

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

RGB

RED value IS 94 (37.11% from 255) = 22.07%
GREEN value IS 123 (48.44% from 255) = 28.87%
BLUE value IS 209 (82.03% from 255) = 49.06%
R=22.07%
G=28.87%
B=49.06%

CMYK

C (Cyan) values IS 0.55
M (Magenta) values IS 0.41
Y (Yellow) values IS 0
K (Black) values IS 0.18
SystemRedGreenBlueCMYKHSL
Decimal941232090.550.4100.18224.8755.5659.41
Hex5E7BD13729012e1383b
Octal13617332167510223417073
Binary101111011110111101000111011110100101001011100001111000111011

Black

1234567890 Text Example


1234567890 Text Example

White

1234567890 Text Example


1234567890 Text Example


Color Harmonies of #5E7BD1

Triadic Colors

Analogous Colors

Split complements Colors

Complementary Color



HTML code & CSSWeb design

color css

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

 p { color: rgb(94,123,209); }

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

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

 a { background-color: rgb(94,123,209); }

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

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

 span { border-color: rgb(94,123,209); }

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