#524C71

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

Shades of Victoria #524C71

Tints of Victoria #524C71

Color information

#524C71 (or 0x524C71) is unknown color: approx Victoria. HEX triplet: 52, 4C and 71. RGB value is (82,76,113). Sum of RGB (Red+Green+Blue) = 82+76+113=271 (35% of max value = 765). Red value is 82 (32.42% from 255 or 30.26% from 271); Green value is 76 (30.08% from 255 or 28.04% from 271); Blue value is 113 (44.53% from 255 or 41.70% from 271); Max value from RGB is 113 - color contains mainly: blue. Hex color #524C71 is not a web safe color. Web safe color analog (approx): #663366. Inversed color of #524C71 is #ADB38E. Grayscale: #515151. Windows color (decimal): -11383695 or 7425106. OLE color: 7425106.

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

Color convert

RGB8276113-
CMYK0.270.3300.56
HSL249.73º19.58%37.06%-
HSV(B)249.73º32.74%44.31%-
XYZ9.048.1516.72-
YUV82.01145.49127.99-

RGB Variations

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

RGB

RED value IS 82 (32.42% from 255) = 30.26%
GREEN value IS 76 (30.08% from 255) = 28.04%
BLUE value IS 113 (44.53% from 255) = 41.70%
R=30.26%
G=28.04%
B=41.70%

CMYK

C (Cyan) values IS 0.27
M (Magenta) values IS 0.33
Y (Yellow) values IS 0
K (Black) values IS 0.56
SystemRedGreenBlueCMYKHSL
Decimal82761130.270.3300.56249.7319.5837.06
Hex524C711B21038fa1425
Octal12211416133410703722445
Binary1010010100110011100011101110000101110001111101010100100101

Black

1234567890 Text Example


1234567890 Text Example

White

1234567890 Text Example


1234567890 Text Example


Color Harmonies of #524C71

Triadic Colors

Analogous Colors

Split complements Colors

Complementary Color



HTML code & CSSWeb design

color css

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

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

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

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

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

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

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

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

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