#524D72

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

Shades of Victoria #524D72

Tints of Victoria #524D72

Color information

#524D72 (or 0x524D72) is unknown color: approx Victoria. HEX triplet: 52, 4D and 72. RGB value is (82,77,114). Sum of RGB (Red+Green+Blue) = 82+77+114=273 (36% of max value = 765). Red value is 82 (32.42% from 255 or 30.04% from 273); Green value is 77 (30.47% from 255 or 28.21% from 273); Blue value is 114 (44.92% from 255 or 41.76% from 273); Max value from RGB is 114 - color contains mainly: blue. Hex color #524D72 is not a web safe color. Web safe color analog (approx): #666666. Inversed color of #524D72 is #ADB28D. Grayscale: #525252. Windows color (decimal): -11383438 or 7490898. OLE color: 7490898.

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

Color convert

RGB8277114-
CMYK0.280.3200.55
HSL248.11º19.37%37.45%-
HSV(B)248.11º32.46%44.71%-
XYZ9.178.3217.04-
YUV82.71145.66127.49-

RGB Variations

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

RGB

RED value IS 82 (32.42% from 255) = 30.04%
GREEN value IS 77 (30.47% from 255) = 28.21%
BLUE value IS 114 (44.92% from 255) = 41.76%
R=30.04%
G=28.21%
B=41.76%

CMYK

C (Cyan) values IS 0.28
M (Magenta) values IS 0.32
Y (Yellow) values IS 0
K (Black) values IS 0.55
SystemRedGreenBlueCMYKHSL
Decimal82771140.280.3200.55248.1119.3737.45
Hex524D721C20037f81325
Octal12211516234400673702345
Binary1010010100110111100101110010000001101111111100010011100101

Black

1234567890 Text Example


1234567890 Text Example

White

1234567890 Text Example


1234567890 Text Example


Color Harmonies of #524D72

Triadic Colors

Analogous Colors

Split complements Colors

Complementary Color



HTML code & CSSWeb design

color css

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

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

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

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

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

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

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

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

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