#5a4c84

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

Shades of Victoria #5A4C84

Tints of Victoria #5A4C84

Color information

#5A4C84 (or 0x5A4C84) is unknown color: approx Victoria. HEX triplet: 5A, 4C and 84. RGB value is (90,76,132). Sum of RGB (Red+Green+Blue) = 90+76+132=298 (39% of max value = 765). Red value is 90 (35.55% from 255 or 30.20% from 298); Green value is 76 (30.08% from 255 or 25.50% from 298); Blue value is 132 (51.95% from 255 or 44.30% from 298); Max value from RGB is 132 - color contains mainly: blue. Hex color #5A4C84 is not a web safe color. Web safe color analog (approx): #663399. Inversed color of #5A4C84 is #A5B37B. Grayscale: #565656. Windows color (decimal): -10859388 or 8670298. OLE color: 8670298.

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

Color convert

RGB9076132-
CMYK0.320.4200.48
HSL255º26.92%40.78%-
HSV(B)255º42.42%51.76%-
XYZ10.979.0122.99-
YUV86.57153.64130.45-

RGB Variations

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

RGB

RED value IS 90 (35.55% from 255) = 30.20%
GREEN value IS 76 (30.08% from 255) = 25.50%
BLUE value IS 132 (51.95% from 255) = 44.30%
R=30.20%
G=25.50%
B=44.30%

CMYK

C (Cyan) values IS 0.32
M (Magenta) values IS 0.42
Y (Yellow) values IS 0
K (Black) values IS 0.48
SystemRedGreenBlueCMYKHSL
Decimal90761320.320.4200.4825526.9240.78
Hex5A4C84202A030ff1b29
Octal13211420440520603773351
Binary101101010011001000010010000010101001100001111111111011101001

Black

1234567890 Text Example


1234567890 Text Example

White

1234567890 Text Example


1234567890 Text Example


Color Harmonies of #5a4c84

Triadic Colors

Analogous Colors

Split complements Colors

Complementary Color



HTML code & CSSWeb design

color css

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

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

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

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

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

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

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

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

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