#524D70

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

Shades of Victoria #524D70

Tints of Victoria #524D70

Color information

#524D70 (or 0x524D70) is unknown color: approx Victoria. HEX triplet: 52, 4D and 70. RGB value is (82,77,112). Sum of RGB (Red+Green+Blue) = 82+77+112=271 (35% of max value = 765). Red value is 82 (32.42% from 255 or 30.26% from 271); Green value is 77 (30.47% from 255 or 28.41% from 271); Blue value is 112 (44.14% from 255 or 41.33% from 271); Max value from RGB is 112 - color contains mainly: blue. Hex color #524D70 is not a web safe color. Web safe color analog (approx): #666666. Inversed color of #524D70 is #ADB28F. Grayscale: #525252. Windows color (decimal): -11383440 or 7359826. OLE color: 7359826.

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

Color convert

RGB8277112-
CMYK0.270.3100.56
HSL248.57º18.52%37.06%-
HSV(B)248.57º31.25%43.92%-
XYZ9.068.2716.45-
YUV82.48144.66127.65-

RGB Variations

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

RGB

RED value IS 82 (32.42% from 255) = 30.26%
GREEN value IS 77 (30.47% from 255) = 28.41%
BLUE value IS 112 (44.14% from 255) = 41.33%
R=30.26%
G=28.41%
B=41.33%

CMYK

C (Cyan) values IS 0.27
M (Magenta) values IS 0.31
Y (Yellow) values IS 0
K (Black) values IS 0.56
SystemRedGreenBlueCMYKHSL
Decimal82771120.270.3100.56248.5718.5237.06
Hex524D701B1F038f91325
Octal12211516033370703712345
Binary101001010011011110000110111111101110001111100110011100101

Black

1234567890 Text Example


1234567890 Text Example

White

1234567890 Text Example


1234567890 Text Example


Color Harmonies of #524D70

Triadic Colors

Analogous Colors

Split complements Colors

Complementary Color



HTML code & CSSWeb design

color css

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

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

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

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

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

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

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

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

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