#5A5479

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

Shades of Victoria #5A5479

Tints of Victoria #5A5479

Color information

#5A5479 (or 0x5A5479) is unknown color: approx Victoria. HEX triplet: 5A, 54 and 79. RGB value is (90,84,121). Sum of RGB (Red+Green+Blue) = 90+84+121=295 (39% of max value = 765). Red value is 90 (35.55% from 255 or 30.51% from 295); Green value is 84 (33.20% from 255 or 28.47% from 295); Blue value is 121 (47.66% from 255 or 41.02% from 295); Max value from RGB is 121 - color contains mainly: blue. Hex color #5A5479 is not a web safe color. Web safe color analog (approx): #666666. Inversed color of #5A5479 is #A5AB86. Grayscale: #595959. Windows color (decimal): -10857351 or 7951450. OLE color: 7951450.

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

Color convert

RGB9084121-
CMYK0.260.3100.53
HSL249.73º18.05%40.2%-
HSV(B)249.73º30.58%47.45%-
XYZ10.849.8919.43-
YUV90.01145.49127.99-

RGB Variations

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

RGB

RED value IS 90 (35.55% from 255) = 30.51%
GREEN value IS 84 (33.20% from 255) = 28.47%
BLUE value IS 121 (47.66% from 255) = 41.02%
R=30.51%
G=28.47%
B=41.02%

CMYK

C (Cyan) values IS 0.26
M (Magenta) values IS 0.31
Y (Yellow) values IS 0
K (Black) values IS 0.53
SystemRedGreenBlueCMYKHSL
Decimal90841210.260.3100.53249.7318.0540.2
Hex5A54791A1F035fa1228
Octal13212417132370653722250
Binary101101010101001111001110101111101101011111101010010101000

Black

1234567890 Text Example


1234567890 Text Example

White

1234567890 Text Example


1234567890 Text Example


Color Harmonies of #5A5479

Triadic Colors

Analogous Colors

Split complements Colors

Complementary Color



HTML code & CSSWeb design

color css

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

 p { color: rgb(90,84,121); }

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

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

 a { background-color: rgb(90,84,121); }

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

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

 span { border-color: rgb(90,84,121); }

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