#5A519C

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

Shades of Governor Bay #5A519C

Tints of Governor Bay #5A519C

Color information

#5A519C (or 0x5A519C) is unknown color: approx Governor Bay. HEX triplet: 5A, 51 and 9C. RGB value is (90,81,156). Sum of RGB (Red+Green+Blue) = 90+81+156=327 (43% of max value = 765). Red value is 90 (35.55% from 255 or 27.52% from 327); Green value is 81 (32.03% from 255 or 24.77% from 327); Blue value is 156 (61.33% from 255 or 47.71% from 327); Max value from RGB is 156 - color contains mainly: blue. Hex color #5A519C is not a web safe color. Web safe color analog (approx): #666699. Inversed color of #5A519C is #A5AE63. Grayscale: #5B5B5B. Windows color (decimal): -10858084 or 10244442. OLE color: 10244442.

HSL color Cylindrical-coordinate representation of color #5A519C: hue angle of 247.2º degrees, saturation: 0.32, 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 #5A519C is Cyan = 0.42, Magento = 0.48, Yellow = 0 and Black (K on CMYK) = 0.39.

Color convert

RGB9081156-
CMYK0.420.4800.39
HSL247.2º31.65%46.47%-
HSV(B)247.2º48.08%61.18%-
XYZ13.1610.4632.78-
YUV92.24163.98126.4-

RGB Variations

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

RGB

RED value IS 90 (35.55% from 255) = 27.52%
GREEN value IS 81 (32.03% from 255) = 24.77%
BLUE value IS 156 (61.33% from 255) = 47.71%
R=27.52%
G=24.77%
B=47.71%

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
Decimal90811560.420.4800.39247.231.6546.47
Hex5A519C2A30027f7202e
Octal13212123452600473674056
Binary1011010101000110011100101010110000010011111110111100000101110

Black

1234567890 Text Example


1234567890 Text Example

White

1234567890 Text Example


1234567890 Text Example


Color Harmonies of #5A519C

Triadic Colors

Analogous Colors

Split complements Colors

Complementary Color



HTML code & CSSWeb design

color css

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

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

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

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

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

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

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

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

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