#5A4C85

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

Shades of Victoria #5A4C85

Tints of Victoria #5A4C85

Color information

#5A4C85 (or 0x5A4C85) is unknown color: approx Victoria. HEX triplet: 5A, 4C and 85. RGB value is (90,76,133). Sum of RGB (Red+Green+Blue) = 90+76+133=299 (39% of max value = 765). Red value is 90 (35.55% from 255 or 30.10% from 299); Green value is 76 (30.08% from 255 or 25.42% from 299); Blue value is 133 (52.34% from 255 or 44.48% from 299); Max value from RGB is 133 - color contains mainly: blue. Hex color #5A4C85 is not a web safe color. Web safe color analog (approx): #663399. Inversed color of #5A4C85 is #A5B37A. Grayscale: #565656. Windows color (decimal): -10859387 or 8735834. OLE color: 8735834.

HSL color Cylindrical-coordinate representation of color #5A4C85: hue angle of 254.74º degrees, saturation: 0.27, 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 #5A4C85 is Cyan = 0.32, Magento = 0.43, Yellow = 0 and Black (K on CMYK) = 0.48.

Color convert

RGB9076133-
CMYK0.320.4300.48
HSL254.74º27.27%40.98%-
HSV(B)254.74º42.86%52.16%-
XYZ11.039.0423.35-
YUV86.68154.14130.37-

RGB Variations

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

RGB

RED value IS 90 (35.55% from 255) = 30.10%
GREEN value IS 76 (30.08% from 255) = 25.42%
BLUE value IS 133 (52.34% from 255) = 44.48%
R=30.10%
G=25.42%
B=44.48%

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
Decimal90761330.320.4300.48254.7427.2740.98
Hex5A4C85202B030ff1b29
Octal13211420540530603773351
Binary101101010011001000010110000010101101100001111111111011101001

Black

1234567890 Text Example


1234567890 Text Example

White

1234567890 Text Example


1234567890 Text Example


Color Harmonies of #5A4C85

Triadic Colors

Analogous Colors

Split complements Colors

Complementary Color



HTML code & CSSWeb design

color css

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

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

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

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

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

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

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

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

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