#5A5990

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

Shades of Governor Bay #5A5990

Tints of Governor Bay #5A5990

Color information

#5A5990 (or 0x5A5990) is unknown color: approx Governor Bay. HEX triplet: 5A, 59 and 90. RGB value is (90,89,144). Sum of RGB (Red+Green+Blue) = 90+89+144=323 (42% of max value = 765). Red value is 90 (35.55% from 255 or 27.86% from 323); Green value is 89 (35.16% from 255 or 27.55% from 323); Blue value is 144 (56.64% from 255 or 44.58% from 323); Max value from RGB is 144 - color contains mainly: blue. Hex color #5A5990 is not a web safe color. Web safe color analog (approx): #666699. Inversed color of #5A5990 is #A5A66F. Grayscale: #5F5F5F. Windows color (decimal): -10856048 or 9460058. OLE color: 9460058.

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

Color convert

RGB9089144-
CMYK0.370.3800.44
HSL241.09º23.61%45.69%-
HSV(B)241.09º38.19%56.47%-
XYZ12.8211.3327.9-
YUV95.57155.33124.03-

RGB Variations

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

RGB

RED value IS 90 (35.55% from 255) = 27.86%
GREEN value IS 89 (35.16% from 255) = 27.55%
BLUE value IS 144 (56.64% from 255) = 44.58%
R=27.86%
G=27.55%
B=44.58%

CMYK

C (Cyan) values IS 0.37
M (Magenta) values IS 0.38
Y (Yellow) values IS 0
K (Black) values IS 0.44
SystemRedGreenBlueCMYKHSL
Decimal90891440.370.3800.44241.0923.6145.69
Hex5A5990252602Cf1182e
Octal13213122045460543613056
Binary101101010110011001000010010110011001011001111000111000101110

Black

1234567890 Text Example


1234567890 Text Example

White

1234567890 Text Example


1234567890 Text Example


Color Harmonies of #5A5990

Triadic Colors

Analogous Colors

Split complements Colors

Complementary Color



HTML code & CSSWeb design

color css

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

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

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

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

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

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

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

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

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