#5A76BF

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

Shades of Havelock Blue #5A76BF

Tints of Havelock Blue #5A76BF

Color information

#5A76BF (or 0x5A76BF) is unknown color: approx Havelock Blue. HEX triplet: 5A, 76 and BF. RGB value is (90,118,191). Sum of RGB (Red+Green+Blue) = 90+118+191=399 (52% of max value = 765). Red value is 90 (35.55% from 255 or 22.56% from 399); Green value is 118 (46.48% from 255 or 29.57% from 399); Blue value is 191 (75% from 255 or 47.87% from 399); Max value from RGB is 191 - color contains mainly: blue. Hex color #5A76BF is not a web safe color. Web safe color analog (approx): #6666CC. Inversed color of #5A76BF is #A58940. Grayscale: #757575. Windows color (decimal): -10848577 or 12547674. OLE color: 12547674.

HSL color Cylindrical-coordinate representation of color #5A76BF: hue angle of 223.37º degrees, saturation: 0.44, lightness: 0.55%. HSV value (or HSB Brightness) of color is 0.75% and HSV saturation: 0.53%. Process color model (Four color, CMYK) of #5A76BF is Cyan = 0.53, Magento = 0.38, Yellow = 0 and Black (K on CMYK) = 0.25.

Color convert

RGB90118191-
CMYK0.530.3800.25
HSL223.37º44.1%55.1%-
HSV(B)223.37º52.88%74.9%-
XYZ20.118.8951.88-
YUV117.95169.22108.06-

RGB Variations

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

RGB

RED value IS 90 (35.55% from 255) = 22.56%
GREEN value IS 118 (46.48% from 255) = 29.57%
BLUE value IS 191 (75% from 255) = 47.87%
R=22.56%
G=29.57%
B=47.87%

CMYK

C (Cyan) values IS 0.53
M (Magenta) values IS 0.38
Y (Yellow) values IS 0
K (Black) values IS 0.25
SystemRedGreenBlueCMYKHSL
Decimal901181910.530.3800.25223.3744.155.1
Hex5A76BF3526019df2c37
Octal13216627765460313375467
Binary101101011101101011111111010110011001100111011111101100110111

Black

1234567890 Text Example


1234567890 Text Example

White

1234567890 Text Example


1234567890 Text Example


Color Harmonies of #5A76BF

Triadic Colors

Analogous Colors

Split complements Colors

Complementary Color



HTML code & CSSWeb design

color css

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

 p { color: rgb(90,118,191); }

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

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

 a { background-color: rgb(90,118,191); }

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

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

 span { border-color: rgb(90,118,191); }

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