#5A517B

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

Shades of Victoria #5A517B

Tints of Victoria #5A517B

Color information

#5A517B (or 0x5A517B) is unknown color: approx Victoria. HEX triplet: 5A, 51 and 7B. RGB value is (90,81,123). Sum of RGB (Red+Green+Blue) = 90+81+123=294 (38% of max value = 765). Red value is 90 (35.55% from 255 or 30.61% from 294); Green value is 81 (32.03% from 255 or 27.55% from 294); Blue value is 123 (48.44% from 255 or 41.84% from 294); Max value from RGB is 123 - color contains mainly: blue. Hex color #5A517B is not a web safe color. Web safe color analog (approx): #666666. Inversed color of #5A517B is #A5AE84. Grayscale: #585858. Windows color (decimal): -10858117 or 8081754. OLE color: 8081754.

HSL color Cylindrical-coordinate representation of color #5A517B: hue angle of 252.86º degrees, saturation: 0.21, lightness: 0.4%. HSV value (or HSB Brightness) of color is 0.48% and HSV saturation: 0.34%. Process color model (Four color, CMYK) of #5A517B is Cyan = 0.27, Magento = 0.34, Yellow = 0 and Black (K on CMYK) = 0.52.

Color convert

RGB9081123-
CMYK0.270.3400.52
HSL252.86º20.59%40%-
HSV(B)252.86º34.15%48.24%-
XYZ10.739.4920-
YUV88.48147.48129.08-

RGB Variations

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

RGB

RED value IS 90 (35.55% from 255) = 30.61%
GREEN value IS 81 (32.03% from 255) = 27.55%
BLUE value IS 123 (48.44% from 255) = 41.84%
R=30.61%
G=27.55%
B=41.84%

CMYK

C (Cyan) values IS 0.27
M (Magenta) values IS 0.34
Y (Yellow) values IS 0
K (Black) values IS 0.52
SystemRedGreenBlueCMYKHSL
Decimal90811230.270.3400.52252.8620.5940
Hex5A517B1B22034fd1528
Octal13212117333420643752550
Binary1011010101000111110111101110001001101001111110110101101000

Black

1234567890 Text Example


1234567890 Text Example

White

1234567890 Text Example


1234567890 Text Example


Color Harmonies of #5A517B

Triadic Colors

Analogous Colors

Split complements Colors

Complementary Color



HTML code & CSSWeb design

color css

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

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

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

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

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

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

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

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

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