#5A5090

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

Shades of Victoria #5A5090

Tints of Victoria #5A5090

Color information

#5A5090 (or 0x5A5090) is unknown color: approx Victoria. HEX triplet: 5A, 50 and 90. RGB value is (90,80,144). Sum of RGB (Red+Green+Blue) = 90+80+144=314 (41% of max value = 765). Red value is 90 (35.55% from 255 or 28.66% from 314); Green value is 80 (31.64% from 255 or 25.48% from 314); Blue value is 144 (56.64% from 255 or 45.86% from 314); Max value from RGB is 144 - color contains mainly: blue. Hex color #5A5090 is not a web safe color. Web safe color analog (approx): #666699. Inversed color of #5A5090 is #A5AF6F. Grayscale: #5A5A5A. Windows color (decimal): -10858352 or 9457754. OLE color: 9457754.

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

Color convert

RGB9080144-
CMYK0.370.4400.44
HSL249.38º28.57%43.92%-
HSV(B)249.38º44.44%56.47%-
XYZ12.129.9227.66-
YUV90.29158.31127.8-

RGB Variations

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

RGB

RED value IS 90 (35.55% from 255) = 28.66%
GREEN value IS 80 (31.64% from 255) = 25.48%
BLUE value IS 144 (56.64% from 255) = 45.86%
R=28.66%
G=25.48%
B=45.86%

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
Decimal90801440.370.4400.44249.3828.5743.92
Hex5A5090252C02Cf91d2c
Octal13212022045540543713554
Binary101101010100001001000010010110110001011001111100111101101100

Black

1234567890 Text Example


1234567890 Text Example

White

1234567890 Text Example


1234567890 Text Example


Color Harmonies of #5A5090

Triadic Colors

Analogous Colors

Split complements Colors

Complementary Color



HTML code & CSSWeb design

color css

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

 p { color: rgb(90,80,144); }

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

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

 a { background-color: rgb(90,80,144); }

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

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

 span { border-color: rgb(90,80,144); }

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