#5A4F7D

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

Shades of Victoria #5A4F7D

Tints of Victoria #5A4F7D

Color information

#5A4F7D (or 0x5A4F7D) is unknown color: approx Victoria. HEX triplet: 5A, 4F and 7D. RGB value is (90,79,125). Sum of RGB (Red+Green+Blue) = 90+79+125=294 (38% of max value = 765). Red value is 90 (35.55% from 255 or 30.61% from 294); Green value is 79 (31.25% from 255 or 26.87% from 294); Blue value is 125 (49.22% from 255 or 42.52% from 294); Max value from RGB is 125 - color contains mainly: blue. Hex color #5A4F7D is not a web safe color. Web safe color analog (approx): #666666. Inversed color of #5A4F7D is #A5B082. Grayscale: #575757. Windows color (decimal): -10858627 or 8212314. OLE color: 8212314.

HSL color Cylindrical-coordinate representation of color #5A4F7D: hue angle of 254.35º degrees, saturation: 0.23, lightness: 0.4%. HSV value (or HSB Brightness) of color is 0.49% and HSV saturation: 0.37%. Process color model (Four color, CMYK) of #5A4F7D is Cyan = 0.28, Magento = 0.37, Yellow = 0 and Black (K on CMYK) = 0.51.

Color convert

RGB9079125-
CMYK0.280.3700.51
HSL254.35º22.55%40%-
HSV(B)254.35º36.8%49.02%-
XYZ10.719.2520.62-
YUV87.53149.14129.76-

RGB Variations

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

RGB

RED value IS 90 (35.55% from 255) = 30.61%
GREEN value IS 79 (31.25% from 255) = 26.87%
BLUE value IS 125 (49.22% from 255) = 42.52%
R=30.61%
G=26.87%
B=42.52%

CMYK

C (Cyan) values IS 0.28
M (Magenta) values IS 0.37
Y (Yellow) values IS 0
K (Black) values IS 0.51
SystemRedGreenBlueCMYKHSL
Decimal90791250.280.3700.51254.3522.5540
Hex5A4F7D1C25033fe1728
Octal13211717534450633762750
Binary1011010100111111111011110010010101100111111111010111101000

Black

1234567890 Text Example


1234567890 Text Example

White

1234567890 Text Example


1234567890 Text Example


Color Harmonies of #5A4F7D

Triadic Colors

Analogous Colors

Split complements Colors

Complementary Color



HTML code & CSSWeb design

color css

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

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

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

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

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

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

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

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

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