#5A5991

Color #5A5991 Governor Bay (background png icon) HTML CSS
Download Color Icon.PNG:
16x16 32x32 64x64 128x128

Shades of Governor Bay #5A5991

Tints of Governor Bay #5A5991

Color information

#5A5991 (or 0x5A5991) is unknown color: approx Governor Bay. HEX triplet: 5A, 59 and 91. RGB value is (90,89,145). Sum of RGB (Red+Green+Blue) = 90+89+145=324 (42% of max value = 765). Red value is 90 (35.55% from 255 or 27.78% from 324); Green value is 89 (35.16% from 255 or 27.47% from 324); Blue value is 145 (57.03% from 255 or 44.75% from 324); Max value from RGB is 145 - color contains mainly: blue. Hex color #5A5991 is not a web safe color. Web safe color analog (approx): #666699. Inversed color of #5A5991 is #A5A66E. Grayscale: #5F5F5F. Windows color (decimal): -10856047 or 9525594. OLE color: 9525594.

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

Color convert

RGB9089145-
CMYK0.380.3900.43
HSL241.07º23.93%45.88%-
HSV(B)241.07º38.62%56.86%-
XYZ12.911.3628.3-
YUV95.68155.83123.95-

RGB Variations

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

RGB

RED value IS 90 (35.55% from 255) = 27.78%
GREEN value IS 89 (35.16% from 255) = 27.47%
BLUE value IS 145 (57.03% from 255) = 44.75%
R=27.78%
G=27.47%
B=44.75%

CMYK

C (Cyan) values IS 0.38
M (Magenta) values IS 0.39
Y (Yellow) values IS 0
K (Black) values IS 0.43
SystemRedGreenBlueCMYKHSL
Decimal90891450.380.3900.43241.0723.9345.88
Hex5A5991262702Bf1182e
Octal13213122146470533613056
Binary101101010110011001000110011010011101010111111000111000101110

Black

1234567890 Text Example


1234567890 Text Example

White

1234567890 Text Example


1234567890 Text Example


Color Harmonies of #5A5991

Triadic Colors

Analogous Colors

Split complements Colors

Complementary Color



HTML code & CSSWeb design

color css

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

 p { color: rgb(90,89,145); }

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

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

 a { background-color: rgb(90,89,145); }

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

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

 span { border-color: rgb(90,89,145); }

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