#5A4D90

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

Shades of Victoria #5A4D90

Tints of Victoria #5A4D90

Color information

#5A4D90 (or 0x5A4D90) is unknown color: approx Victoria. HEX triplet: 5A, 4D and 90. RGB value is (90,77,144). Sum of RGB (Red+Green+Blue) = 90+77+144=311 (41% of max value = 765). Red value is 90 (35.55% from 255 or 28.94% from 311); Green value is 77 (30.47% from 255 or 24.76% from 311); Blue value is 144 (56.64% from 255 or 46.30% from 311); Max value from RGB is 144 - color contains mainly: blue. Hex color #5A4D90 is not a web safe color. Web safe color analog (approx): #666699. Inversed color of #5A4D90 is #A5B26F. Grayscale: #585858. Windows color (decimal): -10859120 or 9456986. OLE color: 9456986.

HSL color Cylindrical-coordinate representation of color #5A4D90: hue angle of 251.64º degrees, saturation: 0.3, lightness: 0.43%. HSV value (or HSB Brightness) of color is 0.56% and HSV saturation: 0.47%. Process color model (Four color, CMYK) of #5A4D90 is Cyan = 0.37, Magento = 0.47, Yellow = 0 and Black (K on CMYK) = 0.44.

Color convert

RGB9077144-
CMYK0.370.4700.44
HSL251.64º30.32%43.33%-
HSV(B)251.64º46.53%56.47%-
XYZ11.99.527.59-
YUV88.52159.31129.05-

RGB Variations

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

RGB

RED value IS 90 (35.55% from 255) = 28.94%
GREEN value IS 77 (30.47% from 255) = 24.76%
BLUE value IS 144 (56.64% from 255) = 46.30%
R=28.94%
G=24.76%
B=46.30%

CMYK

C (Cyan) values IS 0.37
M (Magenta) values IS 0.47
Y (Yellow) values IS 0
K (Black) values IS 0.44
SystemRedGreenBlueCMYKHSL
Decimal90771440.370.4700.44251.6430.3243.33
Hex5A4D90252F02Cfc1e2b
Octal13211522045570543743653
Binary101101010011011001000010010110111101011001111110011110101011

Black

1234567890 Text Example


1234567890 Text Example

White

1234567890 Text Example


1234567890 Text Example


Color Harmonies of #5A4D90

Triadic Colors

Analogous Colors

Split complements Colors

Complementary Color



HTML code & CSSWeb design

color css

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

 p { color: rgb(90,77,144); }

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

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

 a { background-color: rgb(90,77,144); }

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

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

 span { border-color: rgb(90,77,144); }

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