#5A4F95

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

Shades of Victoria #5A4F95

Tints of Victoria #5A4F95

Color information

#5A4F95 (or 0x5A4F95) is unknown color: approx Victoria. HEX triplet: 5A, 4F and 95. RGB value is (90,79,149). Sum of RGB (Red+Green+Blue) = 90+79+149=318 (42% of max value = 765). Red value is 90 (35.55% from 255 or 28.30% from 318); Green value is 79 (31.25% from 255 or 24.84% from 318); Blue value is 149 (58.59% from 255 or 46.86% from 318); Max value from RGB is 149 - color contains mainly: blue. Hex color #5A4F95 is not a web safe color. Web safe color analog (approx): #666699. Inversed color of #5A4F95 is #A5B06A. Grayscale: #5A5A5A. Windows color (decimal): -10858603 or 9785178. OLE color: 9785178.

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

Color convert

RGB9079149-
CMYK0.400.4700.42
HSL249.43º30.7%44.71%-
HSV(B)249.43º46.98%58.43%-
XYZ12.449.9429.7-
YUV90.27161.14127.81-

RGB Variations

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

RGB

RED value IS 90 (35.55% from 255) = 28.30%
GREEN value IS 79 (31.25% from 255) = 24.84%
BLUE value IS 149 (58.59% from 255) = 46.86%
R=28.30%
G=24.84%
B=46.86%

CMYK

C (Cyan) values IS 0.40
M (Magenta) values IS 0.47
Y (Yellow) values IS 0
K (Black) values IS 0.42
SystemRedGreenBlueCMYKHSL
Decimal90791490.400.4700.42249.4330.744.71
Hex5A4F95282F02Af91f2d
Octal13211722550570523713755
Binary101101010011111001010110100010111101010101111100111111101101

Black

1234567890 Text Example


1234567890 Text Example

White

1234567890 Text Example


1234567890 Text Example


Color Harmonies of #5A4F95

Triadic Colors

Analogous Colors

Split complements Colors

Complementary Color



HTML code & CSSWeb design

color css

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

 p { color: rgb(90,79,149); }

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

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

 a { background-color: rgb(90,79,149); }

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

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

 span { border-color: rgb(90,79,149); }

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