#5A4F8E

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

Shades of Victoria #5A4F8E

Tints of Victoria #5A4F8E

Color information

#5A4F8E (or 0x5A4F8E) is unknown color: approx Victoria. HEX triplet: 5A, 4F and 8E. RGB value is (90,79,142). Sum of RGB (Red+Green+Blue) = 90+79+142=311 (41% of max value = 765). Red value is 90 (35.55% from 255 or 28.94% from 311); Green value is 79 (31.25% from 255 or 25.40% from 311); Blue value is 142 (55.86% from 255 or 45.66% from 311); Max value from RGB is 142 - color contains mainly: blue. Hex color #5A4F8E is not a web safe color. Web safe color analog (approx): #666699. Inversed color of #5A4F8E is #A5B071. Grayscale: #595959. Windows color (decimal): -10858610 or 9326426. OLE color: 9326426.

HSL color Cylindrical-coordinate representation of color #5A4F8E: hue angle of 250.48º degrees, saturation: 0.29, lightness: 0.43%. HSV value (or HSB Brightness) of color is 0.56% and HSV saturation: 0.44%. Process color model (Four color, CMYK) of #5A4F8E is Cyan = 0.37, Magento = 0.44, Yellow = 0 and Black (K on CMYK) = 0.44.

Color convert

RGB9079142-
CMYK0.370.4400.44
HSL250.48º28.51%43.33%-
HSV(B)250.48º44.37%55.69%-
XYZ11.899.7226.84-
YUV89.47157.64128.38-

RGB Variations

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

RGB

RED value IS 90 (35.55% from 255) = 28.94%
GREEN value IS 79 (31.25% from 255) = 25.40%
BLUE value IS 142 (55.86% from 255) = 45.66%
R=28.94%
G=25.40%
B=45.66%

CMYK

C (Cyan) values IS 0.37
M (Magenta) values IS 0.44
Y (Yellow) values IS 0
K (Black) values IS 0.44
SystemRedGreenBlueCMYKHSL
Decimal90791420.370.4400.44250.4828.5143.33
Hex5A4F8E252C02Cfa1d2b
Octal13211721645540543723553
Binary101101010011111000111010010110110001011001111101011101101011

Black

1234567890 Text Example


1234567890 Text Example

White

1234567890 Text Example


1234567890 Text Example


Color Harmonies of #5A4F8E

Triadic Colors

Analogous Colors

Split complements Colors

Complementary Color



HTML code & CSSWeb design

color css

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

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

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

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

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

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

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

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

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