#5A76BE

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

Shades of Havelock Blue #5A76BE

Tints of Havelock Blue #5A76BE

Color information

#5A76BE (or 0x5A76BE) is unknown color: approx Havelock Blue. HEX triplet: 5A, 76 and BE. RGB value is (90,118,190). Sum of RGB (Red+Green+Blue) = 90+118+190=398 (52% of max value = 765). Red value is 90 (35.55% from 255 or 22.61% from 398); Green value is 118 (46.48% from 255 or 29.65% from 398); Blue value is 190 (74.61% from 255 or 47.74% from 398); Max value from RGB is 190 - color contains mainly: blue. Hex color #5A76BE is not a web safe color. Web safe color analog (approx): #6666CC. Inversed color of #5A76BE is #A58941. Grayscale: #757575. Windows color (decimal): -10848578 or 12482138. OLE color: 12482138.

HSL color Cylindrical-coordinate representation of color #5A76BE: hue angle of 223.2º degrees, saturation: 0.43, 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 #5A76BE is Cyan = 0.53, Magento = 0.38, Yellow = 0 and Black (K on CMYK) = 0.25.

Color convert

RGB90118190-
CMYK0.530.3800.25
HSL223.2º43.48%54.9%-
HSV(B)223.2º52.63%74.51%-
XYZ19.9918.8551.3-
YUV117.84168.72108.15-

RGB Variations

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

RGB

RED value IS 90 (35.55% from 255) = 22.61%
GREEN value IS 118 (46.48% from 255) = 29.65%
BLUE value IS 190 (74.61% from 255) = 47.74%
R=22.61%
G=29.65%
B=47.74%

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
Decimal901181900.530.3800.25223.243.4854.9
Hex5A76BE3526019df2b37
Octal13216627665460313375367
Binary101101011101101011111011010110011001100111011111101011110111

Black

1234567890 Text Example


1234567890 Text Example

White

1234567890 Text Example


1234567890 Text Example


Color Harmonies of #5A76BE

Triadic Colors

Analogous Colors

Split complements Colors

Complementary Color



HTML code & CSSWeb design

color css

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

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

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

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

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

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

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

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

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