#5E79B5

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

Shades of Havelock Blue #5E79B5

Tints of Havelock Blue #5E79B5

Color information

#5E79B5 (or 0x5E79B5) is unknown color: approx Havelock Blue. HEX triplet: 5E, 79 and B5. RGB value is (94,121,181). Sum of RGB (Red+Green+Blue) = 94+121+181=396 (52% of max value = 765). Red value is 94 (37.11% from 255 or 23.74% from 396); Green value is 121 (47.66% from 255 or 30.56% from 396); Blue value is 181 (71.09% from 255 or 45.71% from 396); Max value from RGB is 181 - color contains mainly: blue. Hex color #5E79B5 is not a web safe color. Web safe color analog (approx): #6666CC. Inversed color of #5E79B5 is #A1864A. Grayscale: #777777. Windows color (decimal): -10585675 or 11893086. OLE color: 11893086.

HSL color Cylindrical-coordinate representation of color #5E79B5: hue angle of 221.38º degrees, saturation: 0.37, lightness: 0.54%. HSV value (or HSB Brightness) of color is 0.71% and HSV saturation: 0.48%. Process color model (Four color, CMYK) of #5E79B5 is Cyan = 0.48, Magento = 0.33, Yellow = 0 and Black (K on CMYK) = 0.29.

Color convert

RGB94121181-
CMYK0.480.3300.29
HSL221.38º37.02%53.92%-
HSV(B)221.38º48.07%70.98%-
XYZ19.7919.3946.42-
YUV119.77162.55109.62-

RGB Variations

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

RGB

RED value IS 94 (37.11% from 255) = 23.74%
GREEN value IS 121 (47.66% from 255) = 30.56%
BLUE value IS 181 (71.09% from 255) = 45.71%
R=23.74%
G=30.56%
B=45.71%

CMYK

C (Cyan) values IS 0.48
M (Magenta) values IS 0.33
Y (Yellow) values IS 0
K (Black) values IS 0.29
SystemRedGreenBlueCMYKHSL
Decimal941211810.480.3300.29221.3837.0253.92
Hex5E79B5302101Ddd2536
Octal13617126560410353354566
Binary101111011110011011010111000010000101110111011101100101110110

Black

1234567890 Text Example


1234567890 Text Example

White

1234567890 Text Example


1234567890 Text Example


Color Harmonies of #5E79B5

Triadic Colors

Analogous Colors

Split complements Colors

Complementary Color



HTML code & CSSWeb design

color css

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

 p { color: rgb(94,121,181); }

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

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

 a { background-color: rgb(94,121,181); }

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

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

 span { border-color: rgb(94,121,181); }

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