#5A76CA

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

Shades of Havelock Blue #5A76CA

Tints of Havelock Blue #5A76CA

Color information

#5A76CA (or 0x5A76CA) is unknown color: approx Havelock Blue. HEX triplet: 5A, 76 and CA. RGB value is (90,118,202). Sum of RGB (Red+Green+Blue) = 90+118+202=410 (54% of max value = 765). Red value is 90 (35.55% from 255 or 21.95% from 410); Green value is 118 (46.48% from 255 or 28.78% from 410); Blue value is 202 (79.30% from 255 or 49.27% from 410); Max value from RGB is 202 - color contains mainly: blue. Hex color #5A76CA is not a web safe color. Web safe color analog (approx): #6666CC. Inversed color of #5A76CA is #A58935. Grayscale: #767676. Windows color (decimal): -10848566 or 13268570. OLE color: 13268570.

HSL color Cylindrical-coordinate representation of color #5A76CA: hue angle of 225º degrees, saturation: 0.51, lightness: 0.57%. HSV value (or HSB Brightness) of color is 0.79% and HSV saturation: 0.55%. Process color model (Four color, CMYK) of #5A76CA is Cyan = 0.55, Magento = 0.42, Yellow = 0 and Black (K on CMYK) = 0.21.

Color convert

RGB90118202-
CMYK0.550.4200.21
HSL225º51.38%57.25%-
HSV(B)225º55.45%79.22%-
XYZ21.3619.3958.5-
YUV119.2174.72107.17-

RGB Variations

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

RGB

RED value IS 90 (35.55% from 255) = 21.95%
GREEN value IS 118 (46.48% from 255) = 28.78%
BLUE value IS 202 (79.30% from 255) = 49.27%
R=21.95%
G=28.78%
B=49.27%

CMYK

C (Cyan) values IS 0.55
M (Magenta) values IS 0.42
Y (Yellow) values IS 0
K (Black) values IS 0.21
SystemRedGreenBlueCMYKHSL
Decimal901182020.550.4200.2122551.3857.25
Hex5A76CA372A015e13339
Octal13216631267520253416371
Binary101101011101101100101011011110101001010111100001110011111001

Black

1234567890 Text Example


1234567890 Text Example

White

1234567890 Text Example


1234567890 Text Example


Color Harmonies of #5A76CA

Triadic Colors

Analogous Colors

Split complements Colors

Complementary Color



HTML code & CSSWeb design

color css

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

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

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

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

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

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

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

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

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