#5A4F87

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

Shades of Victoria #5A4F87

Tints of Victoria #5A4F87

Color information

#5A4F87 (or 0x5A4F87) is unknown color: approx Victoria. HEX triplet: 5A, 4F and 87. RGB value is (90,79,135). Sum of RGB (Red+Green+Blue) = 90+79+135=304 (40% of max value = 765). Red value is 90 (35.55% from 255 or 29.61% from 304); Green value is 79 (31.25% from 255 or 25.99% from 304); Blue value is 135 (53.12% from 255 or 44.41% from 304); Max value from RGB is 135 - color contains mainly: blue. Hex color #5A4F87 is not a web safe color. Web safe color analog (approx): #666699. Inversed color of #5A4F87 is #A5B078. Grayscale: #585858. Windows color (decimal): -10858617 or 8867674. OLE color: 8867674.

HSL color Cylindrical-coordinate representation of color #5A4F87: hue angle of 251.79º degrees, saturation: 0.26, lightness: 0.42%. HSV value (or HSB Brightness) of color is 0.53% and HSV saturation: 0.41%. Process color model (Four color, CMYK) of #5A4F87 is Cyan = 0.33, Magento = 0.41, Yellow = 0 and Black (K on CMYK) = 0.47.

Color convert

RGB9079135-
CMYK0.330.4100.47
HSL251.79º26.17%41.96%-
HSV(B)251.79º41.48%52.94%-
XYZ11.399.5124.16-
YUV88.67154.14128.95-

RGB Variations

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

RGB

RED value IS 90 (35.55% from 255) = 29.61%
GREEN value IS 79 (31.25% from 255) = 25.99%
BLUE value IS 135 (53.12% from 255) = 44.41%
R=29.61%
G=25.99%
B=44.41%

CMYK

C (Cyan) values IS 0.33
M (Magenta) values IS 0.41
Y (Yellow) values IS 0
K (Black) values IS 0.47
SystemRedGreenBlueCMYKHSL
Decimal90791350.330.4100.47251.7926.1741.96
Hex5A4F87212902Ffc1a2a
Octal13211720741510573743252
Binary101101010011111000011110000110100101011111111110011010101010

Black

1234567890 Text Example


1234567890 Text Example

White

1234567890 Text Example


1234567890 Text Example


Color Harmonies of #5A4F87

Triadic Colors

Analogous Colors

Split complements Colors

Complementary Color



HTML code & CSSWeb design

color css

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

 p { color: rgb(90,79,135); }

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

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

 a { background-color: rgb(90,79,135); }

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

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

 span { border-color: rgb(90,79,135); }

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