#5A517E

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

Shades of Victoria #5A517E

Tints of Victoria #5A517E

Color information

#5A517E (or 0x5A517E) is unknown color: approx Victoria. HEX triplet: 5A, 51 and 7E. RGB value is (90,81,126). Sum of RGB (Red+Green+Blue) = 90+81+126=297 (39% of max value = 765). Red value is 90 (35.55% from 255 or 30.30% from 297); Green value is 81 (32.03% from 255 or 27.27% from 297); Blue value is 126 (49.61% from 255 or 42.42% from 297); Max value from RGB is 126 - color contains mainly: blue. Hex color #5A517E is not a web safe color. Web safe color analog (approx): #666666. Inversed color of #5A517E is #A5AE81. Grayscale: #585858. Windows color (decimal): -10858114 or 8278362. OLE color: 8278362.

HSL color Cylindrical-coordinate representation of color #5A517E: hue angle of 252º degrees, saturation: 0.22, lightness: 0.41%. HSV value (or HSB Brightness) of color is 0.49% and HSV saturation: 0.36%. Process color model (Four color, CMYK) of #5A517E is Cyan = 0.29, Magento = 0.36, Yellow = 0 and Black (K on CMYK) = 0.51.

Color convert

RGB9081126-
CMYK0.290.3600.51
HSL252º21.74%40.59%-
HSV(B)252º35.71%49.41%-
XYZ10.929.5621.01-
YUV88.82148.98128.84-

RGB Variations

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

RGB

RED value IS 90 (35.55% from 255) = 30.30%
GREEN value IS 81 (32.03% from 255) = 27.27%
BLUE value IS 126 (49.61% from 255) = 42.42%
R=30.30%
G=27.27%
B=42.42%

CMYK

C (Cyan) values IS 0.29
M (Magenta) values IS 0.36
Y (Yellow) values IS 0
K (Black) values IS 0.51
SystemRedGreenBlueCMYKHSL
Decimal90811260.290.3600.5125221.7440.59
Hex5A517E1D24033fc1629
Octal13212117635440633742651
Binary1011010101000111111101110110010001100111111110010110101001

Black

1234567890 Text Example


1234567890 Text Example

White

1234567890 Text Example


1234567890 Text Example


Color Harmonies of #5A517E

Triadic Colors

Analogous Colors

Split complements Colors

Complementary Color



HTML code & CSSWeb design

color css

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

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

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

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

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

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

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

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

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