#5A598C

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

Shades of Governor Bay #5A598C

Tints of Governor Bay #5A598C

Color information

#5A598C (or 0x5A598C) is unknown color: approx Governor Bay. HEX triplet: 5A, 59 and 8C. RGB value is (90,89,140). Sum of RGB (Red+Green+Blue) = 90+89+140=319 (42% of max value = 765). Red value is 90 (35.55% from 255 or 28.21% from 319); Green value is 89 (35.16% from 255 or 27.90% from 319); Blue value is 140 (55.08% from 255 or 43.89% from 319); Max value from RGB is 140 - color contains mainly: blue. Hex color #5A598C is not a web safe color. Web safe color analog (approx): #666699. Inversed color of #5A598C is #A5A673. Grayscale: #5E5E5E. Windows color (decimal): -10856052 or 9197914. OLE color: 9197914.

HSL color Cylindrical-coordinate representation of color #5A598C: hue angle of 241.18º degrees, saturation: 0.22, lightness: 0.45%. HSV value (or HSB Brightness) of color is 0.55% and HSV saturation: 0.36%. Process color model (Four color, CMYK) of #5A598C is Cyan = 0.36, Magento = 0.36, Yellow = 0 and Black (K on CMYK) = 0.45.

Color convert

RGB9089140-
CMYK0.360.3600.45
HSL241.18º22.27%44.9%-
HSV(B)241.18º36.43%54.9%-
XYZ12.5211.2126.32-
YUV95.11153.33124.35-

RGB Variations

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

RGB

RED value IS 90 (35.55% from 255) = 28.21%
GREEN value IS 89 (35.16% from 255) = 27.90%
BLUE value IS 140 (55.08% from 255) = 43.89%
R=28.21%
G=27.90%
B=43.89%

CMYK

C (Cyan) values IS 0.36
M (Magenta) values IS 0.36
Y (Yellow) values IS 0
K (Black) values IS 0.45
SystemRedGreenBlueCMYKHSL
Decimal90891400.360.3600.45241.1822.2744.9
Hex5A598C242402Df1162d
Octal13213121444440553612655
Binary101101010110011000110010010010010001011011111000110110101101

Black

1234567890 Text Example


1234567890 Text Example

White

1234567890 Text Example


1234567890 Text Example


Color Harmonies of #5A598C

Triadic Colors

Analogous Colors

Split complements Colors

Complementary Color



HTML code & CSSWeb design

color css

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

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

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

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

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

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

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

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

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