#5A5095

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

Shades of Victoria #5A5095

Tints of Victoria #5A5095

Color information

#5A5095 (or 0x5A5095) is unknown color: approx Victoria. HEX triplet: 5A, 50 and 95. RGB value is (90,80,149). Sum of RGB (Red+Green+Blue) = 90+80+149=319 (42% of max value = 765). Red value is 90 (35.55% from 255 or 28.21% from 319); Green value is 80 (31.64% from 255 or 25.08% from 319); Blue value is 149 (58.59% from 255 or 46.71% from 319); Max value from RGB is 149 - color contains mainly: blue. Hex color #5A5095 is not a web safe color. Web safe color analog (approx): #666699. Inversed color of #5A5095 is #A5AF6A. Grayscale: #5A5A5A. Windows color (decimal): -10858347 or 9785434. OLE color: 9785434.

HSL color Cylindrical-coordinate representation of color #5A5095: hue angle of 248.7º degrees, saturation: 0.3, lightness: 0.45%. HSV value (or HSB Brightness) of color is 0.58% and HSV saturation: 0.46%. Process color model (Four color, CMYK) of #5A5095 is Cyan = 0.40, Magento = 0.46, Yellow = 0 and Black (K on CMYK) = 0.42.

Color convert

RGB9080149-
CMYK0.400.4600.42
HSL248.7º30.13%44.9%-
HSV(B)248.7º46.31%58.43%-
XYZ12.5110.0829.72-
YUV90.86160.81127.39-

RGB Variations

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

RGB

RED value IS 90 (35.55% from 255) = 28.21%
GREEN value IS 80 (31.64% from 255) = 25.08%
BLUE value IS 149 (58.59% from 255) = 46.71%
R=28.21%
G=25.08%
B=46.71%

CMYK

C (Cyan) values IS 0.40
M (Magenta) values IS 0.46
Y (Yellow) values IS 0
K (Black) values IS 0.42
SystemRedGreenBlueCMYKHSL
Decimal90801490.400.4600.42248.730.1344.9
Hex5A5095282E02Af91e2d
Octal13212022550560523713655
Binary101101010100001001010110100010111001010101111100111110101101

Black

1234567890 Text Example


1234567890 Text Example

White

1234567890 Text Example


1234567890 Text Example


Color Harmonies of #5A5095

Triadic Colors

Analogous Colors

Split complements Colors

Complementary Color



HTML code & CSSWeb design

color css

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

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

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

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

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

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

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

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

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