#5A579B

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

Shades of Governor Bay #5A579B

Tints of Governor Bay #5A579B

Color information

#5A579B (or 0x5A579B) is unknown color: approx Governor Bay. HEX triplet: 5A, 57 and 9B. RGB value is (90,87,155). Sum of RGB (Red+Green+Blue) = 90+87+155=332 (43% of max value = 765). Red value is 90 (35.55% from 255 or 27.11% from 332); Green value is 87 (34.38% from 255 or 26.20% from 332); Blue value is 155 (60.94% from 255 or 46.69% from 332); Max value from RGB is 155 - color contains mainly: blue. Hex color #5A579B is not a web safe color. Web safe color analog (approx): #666699. Inversed color of #5A579B is #A5A864. Grayscale: #5F5F5F. Windows color (decimal): -10856549 or 10180442. OLE color: 10180442.

HSL color Cylindrical-coordinate representation of color #5A579B: hue angle of 242.65º degrees, saturation: 0.28, lightness: 0.47%. HSV value (or HSB Brightness) of color is 0.61% and HSV saturation: 0.44%. Process color model (Four color, CMYK) of #5A579B is Cyan = 0.42, Magento = 0.44, Yellow = 0 and Black (K on CMYK) = 0.39.

Color convert

RGB9087155-
CMYK0.420.4400.39
HSL242.65º28.1%47.45%-
HSV(B)242.65º43.87%60.78%-
XYZ13.5411.3632.49-
YUV95.65161.49123.97-

RGB Variations

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

RGB

RED value IS 90 (35.55% from 255) = 27.11%
GREEN value IS 87 (34.38% from 255) = 26.20%
BLUE value IS 155 (60.94% from 255) = 46.69%
R=27.11%
G=26.20%
B=46.69%

CMYK

C (Cyan) values IS 0.42
M (Magenta) values IS 0.44
Y (Yellow) values IS 0
K (Black) values IS 0.39
SystemRedGreenBlueCMYKHSL
Decimal90871550.420.4400.39242.6528.147.45
Hex5A579B2A2C027f31c2f
Octal13212723352540473633457
Binary101101010101111001101110101010110001001111111001111100101111

Black

1234567890 Text Example


1234567890 Text Example

White

1234567890 Text Example


1234567890 Text Example


Color Harmonies of #5A579B

Triadic Colors

Analogous Colors

Split complements Colors

Complementary Color



HTML code & CSSWeb design

color css

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

 p { color: rgb(90,87,155); }

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

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

 a { background-color: rgb(90,87,155); }

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

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

 span { border-color: rgb(90,87,155); }

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