#5A539B

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

Shades of Governor Bay #5A539B

Tints of Governor Bay #5A539B

Color information

#5A539B (or 0x5A539B) is unknown color: approx Governor Bay. HEX triplet: 5A, 53 and 9B. RGB value is (90,83,155). Sum of RGB (Red+Green+Blue) = 90+83+155=328 (43% of max value = 765). Red value is 90 (35.55% from 255 or 27.44% from 328); Green value is 83 (32.81% from 255 or 25.30% from 328); Blue value is 155 (60.94% from 255 or 47.26% from 328); Max value from RGB is 155 - color contains mainly: blue. Hex color #5A539B is not a web safe color. Web safe color analog (approx): #666699. Inversed color of #5A539B is #A5AC64. Grayscale: #5D5D5D. Windows color (decimal): -10857573 or 10179418. OLE color: 10179418.

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

Color convert

RGB9083155-
CMYK0.420.4600.39
HSL245.83º30.25%46.67%-
HSV(B)245.83º46.45%60.78%-
XYZ13.2310.7332.38-
YUV93.3162.82125.65-

RGB Variations

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

RGB

RED value IS 90 (35.55% from 255) = 27.44%
GREEN value IS 83 (32.81% from 255) = 25.30%
BLUE value IS 155 (60.94% from 255) = 47.26%
R=27.44%
G=25.30%
B=47.26%

CMYK

C (Cyan) values IS 0.42
M (Magenta) values IS 0.46
Y (Yellow) values IS 0
K (Black) values IS 0.39
SystemRedGreenBlueCMYKHSL
Decimal90831550.420.4600.39245.8330.2546.67
Hex5A539B2A2E027f61e2f
Octal13212323352560473663657
Binary101101010100111001101110101010111001001111111011011110101111

Black

1234567890 Text Example


1234567890 Text Example

White

1234567890 Text Example


1234567890 Text Example


Color Harmonies of #5A539B

Triadic Colors

Analogous Colors

Split complements Colors

Complementary Color



HTML code & CSSWeb design

color css

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

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

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

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

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

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

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

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

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