#524A71

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

Shades of Victoria #524A71

Tints of Victoria #524A71

Color information

#524A71 (or 0x524A71) is unknown color: approx Victoria. HEX triplet: 52, 4A and 71. RGB value is (82,74,113). Sum of RGB (Red+Green+Blue) = 82+74+113=269 (35% of max value = 765). Red value is 82 (32.42% from 255 or 30.48% from 269); Green value is 74 (29.30% from 255 or 27.51% from 269); Blue value is 113 (44.53% from 255 or 42.01% from 269); Max value from RGB is 113 - color contains mainly: blue. Hex color #524A71 is not a web safe color. Web safe color analog (approx): #663366. Inversed color of #524A71 is #ADB58E. Grayscale: #505050. Windows color (decimal): -11384207 or 7424594. OLE color: 7424594.

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

Color convert

RGB8274113-
CMYK0.270.3500.56
HSL252.31º20.86%36.67%-
HSV(B)252.31º34.51%44.31%-
XYZ8.917.8816.67-
YUV80.84146.15128.83-

RGB Variations

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

RGB

RED value IS 82 (32.42% from 255) = 30.48%
GREEN value IS 74 (29.30% from 255) = 27.51%
BLUE value IS 113 (44.53% from 255) = 42.01%
R=30.48%
G=27.51%
B=42.01%

CMYK

C (Cyan) values IS 0.27
M (Magenta) values IS 0.35
Y (Yellow) values IS 0
K (Black) values IS 0.56
SystemRedGreenBlueCMYKHSL
Decimal82741130.270.3500.56252.3120.8636.67
Hex524A711B23038fc1525
Octal12211216133430703742545
Binary1010010100101011100011101110001101110001111110010101100101

Black

1234567890 Text Example


1234567890 Text Example

White

1234567890 Text Example


1234567890 Text Example


Color Harmonies of #524A71

Triadic Colors

Analogous Colors

Split complements Colors

Complementary Color



HTML code & CSSWeb design

color css

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

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

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

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

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

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

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

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

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