#5A5989

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

Shades of Governor Bay #5A5989

Tints of Governor Bay #5A5989

Color information

#5A5989 (or 0x5A5989) is unknown color: approx Governor Bay. HEX triplet: 5A, 59 and 89. RGB value is (90,89,137). Sum of RGB (Red+Green+Blue) = 90+89+137=316 (41% of max value = 765). Red value is 90 (35.55% from 255 or 28.48% from 316); Green value is 89 (35.16% from 255 or 28.16% from 316); Blue value is 137 (53.91% from 255 or 43.35% from 316); Max value from RGB is 137 - color contains mainly: blue. Hex color #5A5989 is not a web safe color. Web safe color analog (approx): #666699. Inversed color of #5A5989 is #A5A676. Grayscale: #5E5E5E. Windows color (decimal): -10856055 or 9001306. OLE color: 9001306.

HSL color Cylindrical-coordinate representation of color #5A5989: hue angle of 241.25º degrees, saturation: 0.21, lightness: 0.44%. HSV value (or HSB Brightness) of color is 0.54% and HSV saturation: 0.35%. Process color model (Four color, CMYK) of #5A5989 is Cyan = 0.34, Magento = 0.35, Yellow = 0 and Black (K on CMYK) = 0.46.

Color convert

RGB9089137-
CMYK0.340.3500.46
HSL241.25º21.24%44.31%-
HSV(B)241.25º35.04%53.73%-
XYZ12.311.1225.17-
YUV94.77151.83124.6-

RGB Variations

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

RGB

RED value IS 90 (35.55% from 255) = 28.48%
GREEN value IS 89 (35.16% from 255) = 28.16%
BLUE value IS 137 (53.91% from 255) = 43.35%
R=28.48%
G=28.16%
B=43.35%

CMYK

C (Cyan) values IS 0.34
M (Magenta) values IS 0.35
Y (Yellow) values IS 0
K (Black) values IS 0.46
SystemRedGreenBlueCMYKHSL
Decimal90891370.340.3500.46241.2521.2444.31
Hex5A5989222302Ef1152c
Octal13213121142430563612554
Binary101101010110011000100110001010001101011101111000110101101100

Black

1234567890 Text Example


1234567890 Text Example

White

1234567890 Text Example


1234567890 Text Example


Color Harmonies of #5A5989

Triadic Colors

Analogous Colors

Split complements Colors

Complementary Color



HTML code & CSSWeb design

color css

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

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

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

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

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

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

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

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

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