#53498A

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

Shades of Victoria #53498A

Tints of Victoria #53498A

Color information

#53498A (or 0x53498A) is unknown color: approx Victoria. HEX triplet: 53, 49 and 8A. RGB value is (83,73,138). Sum of RGB (Red+Green+Blue) = 83+73+138=294 (38% of max value = 765). Red value is 83 (32.81% from 255 or 28.23% from 294); Green value is 73 (28.91% from 255 or 24.83% from 294); Blue value is 138 (54.30% from 255 or 46.94% from 294); Max value from RGB is 138 - color contains mainly: blue. Hex color #53498A is not a web safe color. Web safe color analog (approx): #663399. Inversed color of #53498A is #ACB675. Grayscale: #535353. Windows color (decimal): -11318902 or 9062739. OLE color: 9062739.

HSL color Cylindrical-coordinate representation of color #53498A: hue angle of 249.23º degrees, saturation: 0.31, lightness: 0.41%. HSV value (or HSB Brightness) of color is 0.54% and HSV saturation: 0.47%. Process color model (Four color, CMYK) of #53498A is Cyan = 0.40, Magento = 0.47, Yellow = 0 and Black (K on CMYK) = 0.46.

Color convert

RGB8373138-
CMYK0.400.4700.46
HSL249.23º30.81%41.37%-
HSV(B)249.23º47.1%54.12%-
XYZ10.548.4425.12-
YUV83.4158.81127.71-

RGB Variations

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

RGB

RED value IS 83 (32.81% from 255) = 28.23%
GREEN value IS 73 (28.91% from 255) = 24.83%
BLUE value IS 138 (54.30% from 255) = 46.94%
R=28.23%
G=24.83%
B=46.94%

CMYK

C (Cyan) values IS 0.40
M (Magenta) values IS 0.47
Y (Yellow) values IS 0
K (Black) values IS 0.46
SystemRedGreenBlueCMYKHSL
Decimal83731380.400.4700.46249.2330.8141.37
Hex53498A282F02Ef91f29
Octal12311121250570563713751
Binary101001110010011000101010100010111101011101111100111111101001

Black

1234567890 Text Example


1234567890 Text Example

White

1234567890 Text Example


1234567890 Text Example


Color Harmonies of #53498A

Triadic Colors

Analogous Colors

Split complements Colors

Complementary Color



HTML code & CSSWeb design

color css

<style>
 p { color: #53498A; }

 p { color: rgb(83,73,138); }

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

<style>
 a { background-color: #53498A; }

 a { background-color: rgb(83,73,138); }

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

<style>
 span { border-color: #53498A; }

 span { border-color: rgb(83,73,138); }

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