#5A4C8A

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

Shades of Victoria #5A4C8A

Tints of Victoria #5A4C8A

Color information

#5A4C8A (or 0x5A4C8A) is unknown color: approx Victoria. HEX triplet: 5A, 4C and 8A. RGB value is (90,76,138). Sum of RGB (Red+Green+Blue) = 90+76+138=304 (40% of max value = 765). Red value is 90 (35.55% from 255 or 29.61% from 304); Green value is 76 (30.08% from 255 or 25% from 304); Blue value is 138 (54.30% from 255 or 45.39% from 304); Max value from RGB is 138 - color contains mainly: blue. Hex color #5A4C8A is not a web safe color. Web safe color analog (approx): #663399. Inversed color of #5A4C8A is #A5B375. Grayscale: #575757. Windows color (decimal): -10859382 or 9063514. OLE color: 9063514.

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

Color convert

RGB9076138-
CMYK0.350.4500.46
HSL253.55º28.97%41.96%-
HSV(B)253.55º44.93%54.12%-
XYZ11.399.1825.22-
YUV87.25156.64129.96-

RGB Variations

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

RGB

RED value IS 90 (35.55% from 255) = 29.61%
GREEN value IS 76 (30.08% from 255) = 25%
BLUE value IS 138 (54.30% from 255) = 45.39%
R=29.61%
G=25%
B=45.39%

CMYK

C (Cyan) values IS 0.35
M (Magenta) values IS 0.45
Y (Yellow) values IS 0
K (Black) values IS 0.46
SystemRedGreenBlueCMYKHSL
Decimal90761380.350.4500.46253.5528.9741.96
Hex5A4C8A232D02Efe1d2a
Octal13211421243550563763552
Binary101101010011001000101010001110110101011101111111011101101010

Black

1234567890 Text Example


1234567890 Text Example

White

1234567890 Text Example


1234567890 Text Example


Color Harmonies of #5A4C8A

Triadic Colors

Analogous Colors

Split complements Colors

Complementary Color



HTML code & CSSWeb design

color css

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

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

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

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

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

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

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

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

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