#5A4B76

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

Shades of Victoria #5A4B76

Tints of Victoria #5A4B76

Color information

#5A4B76 (or 0x5A4B76) is unknown color: approx Victoria. HEX triplet: 5A, 4B and 76. RGB value is (90,75,118). Sum of RGB (Red+Green+Blue) = 90+75+118=283 (37% of max value = 765). Red value is 90 (35.55% from 255 or 31.80% from 283); Green value is 75 (29.69% from 255 or 26.50% from 283); Blue value is 118 (46.48% from 255 or 41.70% from 283); Max value from RGB is 118 - color contains mainly: blue. Hex color #5A4B76 is not a web safe color. Web safe color analog (approx): #663366. Inversed color of #5A4B76 is #A5B489. Grayscale: #545454. Windows color (decimal): -10859658 or 7752538. OLE color: 7752538.

HSL color Cylindrical-coordinate representation of color #5A4B76: hue angle of 260.93º degrees, saturation: 0.22, lightness: 0.38%. HSV value (or HSB Brightness) of color is 0.46% and HSV saturation: 0.36%. Process color model (Four color, CMYK) of #5A4B76 is Cyan = 0.24, Magento = 0.36, Yellow = 0 and Black (K on CMYK) = 0.54.

Color convert

RGB9075118-
CMYK0.240.3600.54
HSL260.93º22.28%37.84%-
HSV(B)260.93º36.44%46.27%-
XYZ108.5118.26-
YUV84.39146.97132-

RGB Variations

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

RGB

RED value IS 90 (35.55% from 255) = 31.80%
GREEN value IS 75 (29.69% from 255) = 26.50%
BLUE value IS 118 (46.48% from 255) = 41.70%
R=31.80%
G=26.50%
B=41.70%

CMYK

C (Cyan) values IS 0.24
M (Magenta) values IS 0.36
Y (Yellow) values IS 0
K (Black) values IS 0.54
SystemRedGreenBlueCMYKHSL
Decimal90751180.240.3600.54260.9322.2837.84
Hex5A4B7618240361051626
Octal13211316630440664052646
Binary10110101001011111011011000100100011011010000010110110100110

Black

1234567890 Text Example


1234567890 Text Example

White

1234567890 Text Example


1234567890 Text Example


Color Harmonies of #5A4B76

Triadic Colors

Analogous Colors

Split complements Colors

Complementary Color



HTML code & CSSWeb design

color css

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

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

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

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

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

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

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

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

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