#53498F

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

Shades of Victoria #53498F

Tints of Victoria #53498F

Color information

#53498F (or 0x53498F) is unknown color: approx Victoria. HEX triplet: 53, 49 and 8F. RGB value is (83,73,143). Sum of RGB (Red+Green+Blue) = 83+73+143=299 (39% of max value = 765). Red value is 83 (32.81% from 255 or 27.76% from 299); Green value is 73 (28.91% from 255 or 24.41% from 299); Blue value is 143 (56.25% from 255 or 47.83% from 299); Max value from RGB is 143 - color contains mainly: blue. Hex color #53498F is not a web safe color. Web safe color analog (approx): #663399. Inversed color of #53498F is #ACB670. Grayscale: #535353. Windows color (decimal): -11318897 or 9390419. OLE color: 9390419.

HSL color Cylindrical-coordinate representation of color #53498F: hue angle of 248.57º degrees, saturation: 0.32, lightness: 0.42%. HSV value (or HSB Brightness) of color is 0.56% and HSV saturation: 0.49%. Process color model (Four color, CMYK) of #53498F is Cyan = 0.42, Magento = 0.49, Yellow = 0 and Black (K on CMYK) = 0.44.

Color convert

RGB8373143-
CMYK0.420.4900.44
HSL248.57º32.41%42.35%-
HSV(B)248.57º48.95%56.08%-
XYZ10.918.5927.07-
YUV83.97161.31127.31-

RGB Variations

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

RGB

RED value IS 83 (32.81% from 255) = 27.76%
GREEN value IS 73 (28.91% from 255) = 24.41%
BLUE value IS 143 (56.25% from 255) = 47.83%
R=27.76%
G=24.41%
B=47.83%

CMYK

C (Cyan) values IS 0.42
M (Magenta) values IS 0.49
Y (Yellow) values IS 0
K (Black) values IS 0.44
SystemRedGreenBlueCMYKHSL
Decimal83731430.420.4900.44248.5732.4142.35
Hex53498F2A3102Cf9202a
Octal12311121752610543714052
Binary1010011100100110001111101010110001010110011111001100000101010

Black

1234567890 Text Example


1234567890 Text Example

White

1234567890 Text Example


1234567890 Text Example


Color Harmonies of #53498F

Triadic Colors

Analogous Colors

Split complements Colors

Complementary Color



HTML code & CSSWeb design

color css

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

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

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

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

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

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

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

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

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