#5A4E74

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

Shades of Victoria #5A4E74

Tints of Victoria #5A4E74

Color information

#5A4E74 (or 0x5A4E74) is unknown color: approx Victoria. HEX triplet: 5A, 4E and 74. RGB value is (90,78,116). Sum of RGB (Red+Green+Blue) = 90+78+116=284 (37% of max value = 765). Red value is 90 (35.55% from 255 or 31.69% from 284); Green value is 78 (30.86% from 255 or 27.46% from 284); Blue value is 116 (45.70% from 255 or 40.85% from 284); Max value from RGB is 116 - color contains mainly: blue. Hex color #5A4E74 is not a web safe color. Web safe color analog (approx): #666666. Inversed color of #5A4E74 is #A5B18B. Grayscale: #555555. Windows color (decimal): -10858892 or 7622234. OLE color: 7622234.

HSL color Cylindrical-coordinate representation of color #5A4E74: hue angle of 258.95º degrees, saturation: 0.2, lightness: 0.38%. HSV value (or HSB Brightness) of color is 0.45% and HSV saturation: 0.33%. Process color model (Four color, CMYK) of #5A4E74 is Cyan = 0.22, Magento = 0.33, Yellow = 0 and Black (K on CMYK) = 0.55.

Color convert

RGB9078116-
CMYK0.220.3300.55
HSL258.95º19.59%38.04%-
HSV(B)258.95º32.76%45.49%-
XYZ10.098.8817.71-
YUV85.92144.98130.91-

RGB Variations

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

RGB

RED value IS 90 (35.55% from 255) = 31.69%
GREEN value IS 78 (30.86% from 255) = 27.46%
BLUE value IS 116 (45.70% from 255) = 40.85%
R=31.69%
G=27.46%
B=40.85%

CMYK

C (Cyan) values IS 0.22
M (Magenta) values IS 0.33
Y (Yellow) values IS 0
K (Black) values IS 0.55
SystemRedGreenBlueCMYKHSL
Decimal90781160.220.3300.55258.9519.5938.04
Hex5A4E7416210371031426
Octal13211616426410674032446
Binary10110101001110111010010110100001011011110000001110100100110

Black

1234567890 Text Example


1234567890 Text Example

White

1234567890 Text Example


1234567890 Text Example


Color Harmonies of #5A4E74

Triadic Colors

Analogous Colors

Split complements Colors

Complementary Color



HTML code & CSSWeb design

color css

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

 p { color: rgb(90,78,116); }

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

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

 a { background-color: rgb(90,78,116); }

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

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

 span { border-color: rgb(90,78,116); }

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