#524B72

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

Shades of Victoria #524B72

Tints of Victoria #524B72

Color information

#524B72 (or 0x524B72) is unknown color: approx Victoria. HEX triplet: 52, 4B and 72. RGB value is (82,75,114). Sum of RGB (Red+Green+Blue) = 82+75+114=271 (35% of max value = 765). Red value is 82 (32.42% from 255 or 30.26% from 271); Green value is 75 (29.69% from 255 or 27.68% from 271); Blue value is 114 (44.92% from 255 or 42.07% from 271); Max value from RGB is 114 - color contains mainly: blue. Hex color #524B72 is not a web safe color. Web safe color analog (approx): #663366. Inversed color of #524B72 is #ADB48D. Grayscale: #515151. Windows color (decimal): -11383950 or 7490386. OLE color: 7490386.

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

Color convert

RGB8275114-
CMYK0.280.3400.55
HSL250.77º20.63%37.06%-
HSV(B)250.77º34.21%44.71%-
XYZ9.038.0417-
YUV81.54146.32128.33-

RGB Variations

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

RGB

RED value IS 82 (32.42% from 255) = 30.26%
GREEN value IS 75 (29.69% from 255) = 27.68%
BLUE value IS 114 (44.92% from 255) = 42.07%
R=30.26%
G=27.68%
B=42.07%

CMYK

C (Cyan) values IS 0.28
M (Magenta) values IS 0.34
Y (Yellow) values IS 0
K (Black) values IS 0.55
SystemRedGreenBlueCMYKHSL
Decimal82751140.280.3400.55250.7720.6337.06
Hex524B721C22037fb1525
Octal12211316234420673732545
Binary1010010100101111100101110010001001101111111101110101100101

Black

1234567890 Text Example


1234567890 Text Example

White

1234567890 Text Example


1234567890 Text Example


Color Harmonies of #524B72

Triadic Colors

Analogous Colors

Split complements Colors

Complementary Color



HTML code & CSSWeb design

color css

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

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

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

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

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

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

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

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

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