#5A76C2

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

Shades of Havelock Blue #5A76C2

Tints of Havelock Blue #5A76C2

Color information

#5A76C2 (or 0x5A76C2) is unknown color: approx Havelock Blue. HEX triplet: 5A, 76 and C2. RGB value is (90,118,194). Sum of RGB (Red+Green+Blue) = 90+118+194=402 (53% of max value = 765). Red value is 90 (35.55% from 255 or 22.39% from 402); Green value is 118 (46.48% from 255 or 29.35% from 402); Blue value is 194 (76.17% from 255 or 48.26% from 402); Max value from RGB is 194 - color contains mainly: blue. Hex color #5A76C2 is not a web safe color. Web safe color analog (approx): #6666CC. Inversed color of #5A76C2 is #A5893D. Grayscale: #757575. Windows color (decimal): -10848574 or 12744282. OLE color: 12744282.

HSL color Cylindrical-coordinate representation of color #5A76C2: hue angle of 223.85º degrees, saturation: 0.46, lightness: 0.56%. HSV value (or HSB Brightness) of color is 0.76% and HSV saturation: 0.54%. Process color model (Four color, CMYK) of #5A76C2 is Cyan = 0.54, Magento = 0.39, Yellow = 0 and Black (K on CMYK) = 0.24.

Color convert

RGB90118194-
CMYK0.540.3900.24
HSL223.85º46.02%55.69%-
HSV(B)223.85º53.61%76.08%-
XYZ20.4319.0353.63-
YUV118.29170.72107.82-

RGB Variations

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

RGB

RED value IS 90 (35.55% from 255) = 22.39%
GREEN value IS 118 (46.48% from 255) = 29.35%
BLUE value IS 194 (76.17% from 255) = 48.26%
R=22.39%
G=29.35%
B=48.26%

CMYK

C (Cyan) values IS 0.54
M (Magenta) values IS 0.39
Y (Yellow) values IS 0
K (Black) values IS 0.24
SystemRedGreenBlueCMYKHSL
Decimal901181940.540.3900.24223.8546.0255.69
Hex5A76C23627018e02e38
Octal13216630266470303405670
Binary101101011101101100001011011010011101100011100000101110111000

Black

1234567890 Text Example


1234567890 Text Example

White

1234567890 Text Example


1234567890 Text Example


Color Harmonies of #5A76C2

Triadic Colors

Analogous Colors

Split complements Colors

Complementary Color



HTML code & CSSWeb design

color css

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

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

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

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

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

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

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

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

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