#5a5993

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

Shades of Governor Bay #5A5993

Tints of Governor Bay #5A5993

Color information

#5A5993 (or 0x5A5993) is unknown color: approx Governor Bay. HEX triplet: 5A, 59 and 93. RGB value is (90,89,147). Sum of RGB (Red+Green+Blue) = 90+89+147=326 (43% of max value = 765). Red value is 90 (35.55% from 255 or 27.61% from 326); Green value is 89 (35.16% from 255 or 27.30% from 326); Blue value is 147 (57.81% from 255 or 45.09% from 326); Max value from RGB is 147 - color contains mainly: blue. Hex color #5A5993 is not a web safe color. Web safe color analog (approx): #666699. Inversed color of #5A5993 is #A5A66C. Grayscale: #5F5F5F. Windows color (decimal): -10856045 or 9656666. OLE color: 9656666.

HSL color Cylindrical-coordinate representation of color #5A5993: hue angle of 241.03º degrees, saturation: 0.25, lightness: 0.46%. HSV value (or HSB Brightness) of color is 0.58% and HSV saturation: 0.39%. Process color model (Four color, CMYK) of #5A5993 is Cyan = 0.39, Magento = 0.39, Yellow = 0 and Black (K on CMYK) = 0.42.

Color convert

RGB9089147-
CMYK0.390.3900.42
HSL241.03º24.58%46.27%-
HSV(B)241.03º39.46%57.65%-
XYZ13.0611.4329.12-
YUV95.91156.83123.78-

RGB Variations

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

RGB

RED value IS 90 (35.55% from 255) = 27.61%
GREEN value IS 89 (35.16% from 255) = 27.30%
BLUE value IS 147 (57.81% from 255) = 45.09%
R=27.61%
G=27.30%
B=45.09%

CMYK

C (Cyan) values IS 0.39
M (Magenta) values IS 0.39
Y (Yellow) values IS 0
K (Black) values IS 0.42
SystemRedGreenBlueCMYKHSL
Decimal90891470.390.3900.42241.0324.5846.27
Hex5A5993272702Af1192e
Octal13213122347470523613156
Binary101101010110011001001110011110011101010101111000111001101110

Black

1234567890 Text Example


1234567890 Text Example

White

1234567890 Text Example


1234567890 Text Example


Color Harmonies of #5a5993

Triadic Colors

Analogous Colors

Split complements Colors

Complementary Color



HTML code & CSSWeb design

color css

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

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

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

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

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

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

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

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

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