#5E7BC9

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

Shades of Havelock Blue #5E7BC9

Tints of Havelock Blue #5E7BC9

Color information

#5E7BC9 (or 0x5E7BC9) is unknown color: approx Havelock Blue. HEX triplet: 5E, 7B and C9. RGB value is (94,123,201). Sum of RGB (Red+Green+Blue) = 94+123+201=418 (55% of max value = 765). Red value is 94 (37.11% from 255 or 22.49% from 418); Green value is 123 (48.44% from 255 or 29.43% from 418); Blue value is 201 (78.91% from 255 or 48.09% from 418); Max value from RGB is 201 - color contains mainly: blue. Hex color #5E7BC9 is not a web safe color. Web safe color analog (approx): #6666CC. Inversed color of #5E7BC9 is #A18436. Grayscale: #7A7A7A. Windows color (decimal): -10585143 or 13204318. OLE color: 13204318.

HSL color Cylindrical-coordinate representation of color #5E7BC9: hue angle of 223.74º degrees, saturation: 0.5, lightness: 0.58%. HSV value (or HSB Brightness) of color is 0.79% and HSV saturation: 0.53%. Process color model (Four color, CMYK) of #5E7BC9 is Cyan = 0.53, Magento = 0.39, Yellow = 0 and Black (K on CMYK) = 0.21.

Color convert

RGB94123201-
CMYK0.530.3900.21
HSL223.74º49.77%57.84%-
HSV(B)223.74º53.23%78.82%-
XYZ22.2420.7658.09-
YUV123.22171.89107.16-

RGB Variations

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

RGB

RED value IS 94 (37.11% from 255) = 22.49%
GREEN value IS 123 (48.44% from 255) = 29.43%
BLUE value IS 201 (78.91% from 255) = 48.09%
R=22.49%
G=29.43%
B=48.09%

CMYK

C (Cyan) values IS 0.53
M (Magenta) values IS 0.39
Y (Yellow) values IS 0
K (Black) values IS 0.21
SystemRedGreenBlueCMYKHSL
Decimal941232010.530.3900.21223.7449.7757.84
Hex5E7BC93527015e0323a
Octal13617331165470253406272
Binary101111011110111100100111010110011101010111100000110010111010

Black

1234567890 Text Example


1234567890 Text Example

White

1234567890 Text Example


1234567890 Text Example


Color Harmonies of #5E7BC9

Triadic Colors

Analogous Colors

Split complements Colors

Complementary Color



HTML code & CSSWeb design

color css

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

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

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

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

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

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

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

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

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