#53497F

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

Shades of Victoria #53497F

Tints of Victoria #53497F

Color information

#53497F (or 0x53497F) is unknown color: approx Victoria. HEX triplet: 53, 49 and 7F. RGB value is (83,73,127). Sum of RGB (Red+Green+Blue) = 83+73+127=283 (37% of max value = 765). Red value is 83 (32.81% from 255 or 29.33% from 283); Green value is 73 (28.91% from 255 or 25.80% from 283); Blue value is 127 (50% from 255 or 44.88% from 283); Max value from RGB is 127 - color contains mainly: blue. Hex color #53497F is not a web safe color. Web safe color analog (approx): #663366. Inversed color of #53497F is #ACB680. Grayscale: #515151. Windows color (decimal): -11318913 or 8341843. OLE color: 8341843.

HSL color Cylindrical-coordinate representation of color #53497F: hue angle of 251.11º degrees, saturation: 0.27, lightness: 0.39%. HSV value (or HSB Brightness) of color is 0.5% and HSV saturation: 0.43%. Process color model (Four color, CMYK) of #53497F is Cyan = 0.35, Magento = 0.43, Yellow = 0 and Black (K on CMYK) = 0.50.

Color convert

RGB8373127-
CMYK0.350.4300.50
HSL251.11º27%39.22%-
HSV(B)251.11º42.52%49.8%-
XYZ9.788.1421.13-
YUV82.15153.31128.61-

RGB Variations

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

RGB

RED value IS 83 (32.81% from 255) = 29.33%
GREEN value IS 73 (28.91% from 255) = 25.80%
BLUE value IS 127 (50% from 255) = 44.88%
R=29.33%
G=25.80%
B=44.88%

CMYK

C (Cyan) values IS 0.35
M (Magenta) values IS 0.43
Y (Yellow) values IS 0
K (Black) values IS 0.50
SystemRedGreenBlueCMYKHSL
Decimal83731270.350.4300.50251.112739.22
Hex53497F232B032fb1b27
Octal12311117743530623733347
Binary10100111001001111111110001110101101100101111101111011100111

Black

1234567890 Text Example


1234567890 Text Example

White

1234567890 Text Example


1234567890 Text Example


Color Harmonies of #53497F

Triadic Colors

Analogous Colors

Split complements Colors

Complementary Color



HTML code & CSSWeb design

color css

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

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

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

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

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

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

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

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

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