#5A519B

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

Shades of Governor Bay #5A519B

Tints of Governor Bay #5A519B

Color information

#5A519B (or 0x5A519B) is unknown color: approx Governor Bay. HEX triplet: 5A, 51 and 9B. RGB value is (90,81,155). Sum of RGB (Red+Green+Blue) = 90+81+155=326 (43% of max value = 765). Red value is 90 (35.55% from 255 or 27.61% from 326); Green value is 81 (32.03% from 255 or 24.85% from 326); Blue value is 155 (60.94% from 255 or 47.55% from 326); Max value from RGB is 155 - color contains mainly: blue. Hex color #5A519B is not a web safe color. Web safe color analog (approx): #666699. Inversed color of #5A519B is #A5AE64. Grayscale: #5B5B5B. Windows color (decimal): -10858085 or 10178906. OLE color: 10178906.

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

Color convert

RGB9081155-
CMYK0.420.4800.39
HSL247.3º31.36%46.27%-
HSV(B)247.3º47.74%60.78%-
XYZ13.0810.4332.33-
YUV92.13163.48126.48-

RGB Variations

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

RGB

RED value IS 90 (35.55% from 255) = 27.61%
GREEN value IS 81 (32.03% from 255) = 24.85%
BLUE value IS 155 (60.94% from 255) = 47.55%
R=27.61%
G=24.85%
B=47.55%

CMYK

C (Cyan) values IS 0.42
M (Magenta) values IS 0.48
Y (Yellow) values IS 0
K (Black) values IS 0.39
SystemRedGreenBlueCMYKHSL
Decimal90811550.420.4800.39247.331.3646.27
Hex5A519B2A30027f71f2e
Octal13212123352600473673756
Binary101101010100011001101110101011000001001111111011111111101110

Black

1234567890 Text Example


1234567890 Text Example

White

1234567890 Text Example


1234567890 Text Example


Color Harmonies of #5A519B

Triadic Colors

Analogous Colors

Split complements Colors

Complementary Color



HTML code & CSSWeb design

color css

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

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

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

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

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

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

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

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

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