#5E7BCA

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

Shades of Havelock Blue #5E7BCA

Tints of Havelock Blue #5E7BCA

Color information

#5E7BCA (or 0x5E7BCA) is unknown color: approx Havelock Blue. HEX triplet: 5E, 7B and CA. RGB value is (94,123,202). Sum of RGB (Red+Green+Blue) = 94+123+202=419 (55% of max value = 765). Red value is 94 (37.11% from 255 or 22.43% from 419); Green value is 123 (48.44% from 255 or 29.36% from 419); Blue value is 202 (79.30% from 255 or 48.21% from 419); Max value from RGB is 202 - color contains mainly: blue. Hex color #5E7BCA is not a web safe color. Web safe color analog (approx): #6666CC. Inversed color of #5E7BCA is #A18435. Grayscale: #7A7A7A. Windows color (decimal): -10585142 or 13269854. OLE color: 13269854.

HSL color Cylindrical-coordinate representation of color #5E7BCA: hue angle of 223.89º 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 #5E7BCA is Cyan = 0.53, Magento = 0.39, Yellow = 0 and Black (K on CMYK) = 0.21.

Color convert

RGB94123202-
CMYK0.530.3900.21
HSL223.89º50.47%58.04%-
HSV(B)223.89º53.47%79.22%-
XYZ22.3620.8158.72-
YUV123.34172.39107.08-

RGB Variations

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

RGB

RED value IS 94 (37.11% from 255) = 22.43%
GREEN value IS 123 (48.44% from 255) = 29.36%
BLUE value IS 202 (79.30% from 255) = 48.21%
R=22.43%
G=29.36%
B=48.21%

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
Decimal941232020.530.3900.21223.8950.4758.04
Hex5E7BCA3527015e0323a
Octal13617331265470253406272
Binary101111011110111100101011010110011101010111100000110010111010

Black

1234567890 Text Example


1234567890 Text Example

White

1234567890 Text Example


1234567890 Text Example


Color Harmonies of #5E7BCA

Triadic Colors

Analogous Colors

Split complements Colors

Complementary Color



HTML code & CSSWeb design

color css

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

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

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

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

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

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

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

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

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