#5A4B85

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

Shades of Victoria #5A4B85

Tints of Victoria #5A4B85

Color information

#5A4B85 (or 0x5A4B85) is unknown color: approx Victoria. HEX triplet: 5A, 4B and 85. RGB value is (90,75,133). Sum of RGB (Red+Green+Blue) = 90+75+133=298 (39% of max value = 765). Red value is 90 (35.55% from 255 or 30.20% from 298); Green value is 75 (29.69% from 255 or 25.17% from 298); Blue value is 133 (52.34% from 255 or 44.63% from 298); Max value from RGB is 133 - color contains mainly: blue. Hex color #5A4B85 is not a web safe color. Web safe color analog (approx): #663399. Inversed color of #5A4B85 is #A5B47A. Grayscale: #555555. Windows color (decimal): -10859643 or 8735578. OLE color: 8735578.

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

Color convert

RGB9075133-
CMYK0.320.4400.48
HSL255.52º27.88%40.78%-
HSV(B)255.52º43.61%52.16%-
XYZ10.978.923.33-
YUV86.1154.47130.78-

RGB Variations

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

RGB

RED value IS 90 (35.55% from 255) = 30.20%
GREEN value IS 75 (29.69% from 255) = 25.17%
BLUE value IS 133 (52.34% from 255) = 44.63%
R=30.20%
G=25.17%
B=44.63%

CMYK

C (Cyan) values IS 0.32
M (Magenta) values IS 0.44
Y (Yellow) values IS 0
K (Black) values IS 0.48
SystemRedGreenBlueCMYKHSL
Decimal90751330.320.4400.48255.5227.8840.78
Hex5A4B85202C0301001c29
Octal13211320540540604003451
Binary1011010100101110000101100000101100011000010000000011100101001

Black

1234567890 Text Example


1234567890 Text Example

White

1234567890 Text Example


1234567890 Text Example


Color Harmonies of #5A4B85

Triadic Colors

Analogous Colors

Split complements Colors

Complementary Color



HTML code & CSSWeb design

color css

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

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

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

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

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

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

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

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

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