#5A508E

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

Shades of Victoria #5A508E

Tints of Victoria #5A508E

Color information

#5A508E (or 0x5A508E) is unknown color: approx Victoria. HEX triplet: 5A, 50 and 8E. RGB value is (90,80,142). Sum of RGB (Red+Green+Blue) = 90+80+142=312 (41% of max value = 765). Red value is 90 (35.55% from 255 or 28.85% from 312); Green value is 80 (31.64% from 255 or 25.64% from 312); Blue value is 142 (55.86% from 255 or 45.51% from 312); Max value from RGB is 142 - color contains mainly: blue. Hex color #5A508E is not a web safe color. Web safe color analog (approx): #666699. Inversed color of #5A508E is #A5AF71. Grayscale: #595959. Windows color (decimal): -10858354 or 9326682. OLE color: 9326682.

HSL color Cylindrical-coordinate representation of color #5A508E: hue angle of 249.68º degrees, saturation: 0.28, 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 #5A508E is Cyan = 0.37, Magento = 0.44, Yellow = 0 and Black (K on CMYK) = 0.44.

Color convert

RGB9080142-
CMYK0.370.4400.44
HSL249.68º27.93%43.53%-
HSV(B)249.68º43.66%55.69%-
XYZ11.979.8626.86-
YUV90.06157.31127.96-

RGB Variations

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

RGB

RED value IS 90 (35.55% from 255) = 28.85%
GREEN value IS 80 (31.64% from 255) = 25.64%
BLUE value IS 142 (55.86% from 255) = 45.51%
R=28.85%
G=25.64%
B=45.51%

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
Decimal90801420.370.4400.44249.6827.9343.53
Hex5A508E252C02Cfa1c2c
Octal13212021645540543723454
Binary101101010100001000111010010110110001011001111101011100101100

Black

1234567890 Text Example


1234567890 Text Example

White

1234567890 Text Example


1234567890 Text Example


Color Harmonies of #5A508E

Triadic Colors

Analogous Colors

Split complements Colors

Complementary Color



HTML code & CSSWeb design

color css

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

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

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

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

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

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

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

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

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