#5A5193

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

Shades of Victoria #5A5193

Tints of Victoria #5A5193

Color information

#5A5193 (or 0x5A5193) is unknown color: approx Victoria. HEX triplet: 5A, 51 and 93. RGB value is (90,81,147). Sum of RGB (Red+Green+Blue) = 90+81+147=318 (42% of max value = 765). Red value is 90 (35.55% from 255 or 28.30% from 318); Green value is 81 (32.03% from 255 or 25.47% from 318); Blue value is 147 (57.81% from 255 or 46.23% from 318); Max value from RGB is 147 - color contains mainly: blue. Hex color #5A5193 is not a web safe color. Web safe color analog (approx): #666699. Inversed color of #5A5193 is #A5AE6C. Grayscale: #5A5A5A. Windows color (decimal): -10858093 or 9654618. OLE color: 9654618.

HSL color Cylindrical-coordinate representation of color #5A5193: hue angle of 248.18º degrees, saturation: 0.29, lightness: 0.45%. HSV value (or HSB Brightness) of color is 0.58% and HSV saturation: 0.45%. Process color model (Four color, CMYK) of #5A5193 is Cyan = 0.39, Magento = 0.45, Yellow = 0 and Black (K on CMYK) = 0.42.

Color convert

RGB9081147-
CMYK0.390.4500.42
HSL248.18º28.95%44.71%-
HSV(B)248.18º44.9%57.65%-
XYZ12.4310.1728.91-
YUV91.21159.48127.13-

RGB Variations

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

RGB

RED value IS 90 (35.55% from 255) = 28.30%
GREEN value IS 81 (32.03% from 255) = 25.47%
BLUE value IS 147 (57.81% from 255) = 46.23%
R=28.30%
G=25.47%
B=46.23%

CMYK

C (Cyan) values IS 0.39
M (Magenta) values IS 0.45
Y (Yellow) values IS 0
K (Black) values IS 0.42
SystemRedGreenBlueCMYKHSL
Decimal90811470.390.4500.42248.1828.9544.71
Hex5A5193272D02Af81d2d
Octal13212122347550523703555
Binary101101010100011001001110011110110101010101111100011101101101

Black

1234567890 Text Example


1234567890 Text Example

White

1234567890 Text Example


1234567890 Text Example


Color Harmonies of #5A5193

Triadic Colors

Analogous Colors

Split complements Colors

Complementary Color



HTML code & CSSWeb design

color css

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

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

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

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

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

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

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

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

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