#5A4B84

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

Shades of Victoria #5A4B84

Tints of Victoria #5A4B84

Color information

#5A4B84 (or 0x5A4B84) is unknown color: approx Victoria. HEX triplet: 5A, 4B and 84. RGB value is (90,75,132). Sum of RGB (Red+Green+Blue) = 90+75+132=297 (39% of max value = 765). Red value is 90 (35.55% from 255 or 30.30% from 297); Green value is 75 (29.69% from 255 or 25.25% from 297); Blue value is 132 (51.95% from 255 or 44.44% from 297); Max value from RGB is 132 - color contains mainly: blue. Hex color #5A4B84 is not a web safe color. Web safe color analog (approx): #663399. Inversed color of #5A4B84 is #A5B47B. Grayscale: #555555. Windows color (decimal): -10859644 or 8670042. OLE color: 8670042.

HSL color Cylindrical-coordinate representation of color #5A4B84: hue angle of 255.79º degrees, saturation: 0.28, lightness: 0.41%. HSV value (or HSB Brightness) of color is 0.52% and HSV saturation: 0.43%. Process color model (Four color, CMYK) of #5A4B84 is Cyan = 0.32, Magento = 0.43, Yellow = 0 and Black (K on CMYK) = 0.48.

Color convert

RGB9075132-
CMYK0.320.4300.48
HSL255.79º27.54%40.59%-
HSV(B)255.79º43.18%51.76%-
XYZ10.98.8722.97-
YUV85.98153.97130.87-

RGB Variations

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

RGB

RED value IS 90 (35.55% from 255) = 30.30%
GREEN value IS 75 (29.69% from 255) = 25.25%
BLUE value IS 132 (51.95% from 255) = 44.44%
R=30.30%
G=25.25%
B=44.44%

CMYK

C (Cyan) values IS 0.32
M (Magenta) values IS 0.43
Y (Yellow) values IS 0
K (Black) values IS 0.48
SystemRedGreenBlueCMYKHSL
Decimal90751320.320.4300.48255.7927.5440.59
Hex5A4B84202B0301001c29
Octal13211320440530604003451
Binary1011010100101110000100100000101011011000010000000011100101001

Black

1234567890 Text Example


1234567890 Text Example

White

1234567890 Text Example


1234567890 Text Example


Color Harmonies of #5A4B84

Triadic Colors

Analogous Colors

Split complements Colors

Complementary Color



HTML code & CSSWeb design

color css

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

 p { color: rgb(90,75,132); }

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

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

 a { background-color: rgb(90,75,132); }

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

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

 span { border-color: rgb(90,75,132); }

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