#524D71

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

Shades of Victoria #524D71

Tints of Victoria #524D71

Color information

#524D71 (or 0x524D71) is unknown color: approx Victoria. HEX triplet: 52, 4D and 71. RGB value is (82,77,113). Sum of RGB (Red+Green+Blue) = 82+77+113=272 (36% of max value = 765). Red value is 82 (32.42% from 255 or 30.15% from 272); Green value is 77 (30.47% from 255 or 28.31% from 272); Blue value is 113 (44.53% from 255 or 41.54% from 272); Max value from RGB is 113 - color contains mainly: blue. Hex color #524D71 is not a web safe color. Web safe color analog (approx): #666666. Inversed color of #524D71 is #ADB28E. Grayscale: #525252. Windows color (decimal): -11383439 or 7425362. OLE color: 7425362.

HSL color Cylindrical-coordinate representation of color #524D71: hue angle of 248.33º degrees, saturation: 0.19, lightness: 0.37%. HSV value (or HSB Brightness) of color is 0.44% and HSV saturation: 0.32%. Process color model (Four color, CMYK) of #524D71 is Cyan = 0.27, Magento = 0.32, Yellow = 0 and Black (K on CMYK) = 0.56.

Color convert

RGB8277113-
CMYK0.270.3200.56
HSL248.33º18.95%37.25%-
HSV(B)248.33º31.86%44.31%-
XYZ9.118.2916.74-
YUV82.6145.16127.57-

RGB Variations

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

RGB

RED value IS 82 (32.42% from 255) = 30.15%
GREEN value IS 77 (30.47% from 255) = 28.31%
BLUE value IS 113 (44.53% from 255) = 41.54%
R=30.15%
G=28.31%
B=41.54%

CMYK

C (Cyan) values IS 0.27
M (Magenta) values IS 0.32
Y (Yellow) values IS 0
K (Black) values IS 0.56
SystemRedGreenBlueCMYKHSL
Decimal82771130.270.3200.56248.3318.9537.25
Hex524D711B20038f81325
Octal12211516133400703702345
Binary1010010100110111100011101110000001110001111100010011100101

Black

1234567890 Text Example


1234567890 Text Example

White

1234567890 Text Example


1234567890 Text Example


Color Harmonies of #524D71

Triadic Colors

Analogous Colors

Split complements Colors

Complementary Color



HTML code & CSSWeb design

color css

<style>
 p { color: #524D71; }

 p { color: rgb(82,77,113); }

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

<style>
 a { background-color: #524D71; }

 a { background-color: rgb(82,77,113); }

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

<style>
 span { border-color: #524D71; }

 span { border-color: rgb(82,77,113); }

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