#534D72

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

Shades of Victoria #534D72

Tints of Victoria #534D72

Color information

#534D72 (or 0x534D72) is unknown color: approx Victoria. HEX triplet: 53, 4D and 72. RGB value is (83,77,114). Sum of RGB (Red+Green+Blue) = 83+77+114=274 (36% of max value = 765). Red value is 83 (32.81% from 255 or 30.29% from 274); Green value is 77 (30.47% from 255 or 28.10% from 274); Blue value is 114 (44.92% from 255 or 41.61% from 274); Max value from RGB is 114 - color contains mainly: blue. Hex color #534D72 is not a web safe color. Web safe color analog (approx): #666666. Inversed color of #534D72 is #ACB28D. Grayscale: #525252. Windows color (decimal): -11317902 or 7490899. OLE color: 7490899.

HSL color Cylindrical-coordinate representation of color #534D72: hue angle of 249.73º 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 #534D72 is Cyan = 0.27, Magento = 0.32, Yellow = 0 and Black (K on CMYK) = 0.55.

Color convert

RGB8377114-
CMYK0.270.3200.55
HSL249.73º19.37%37.45%-
HSV(B)249.73º32.46%44.71%-
XYZ9.268.3617.05-
YUV83.01145.49127.99-

RGB Variations

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

RGB

RED value IS 83 (32.81% from 255) = 30.29%
GREEN value IS 77 (30.47% from 255) = 28.10%
BLUE value IS 114 (44.92% from 255) = 41.61%
R=30.29%
G=28.10%
B=41.61%

CMYK

C (Cyan) values IS 0.27
M (Magenta) values IS 0.32
Y (Yellow) values IS 0
K (Black) values IS 0.55
SystemRedGreenBlueCMYKHSL
Decimal83771140.270.3200.55249.7319.3737.45
Hex534D721B20037fa1325
Octal12311516233400673722345
Binary1010011100110111100101101110000001101111111101010011100101

Black

1234567890 Text Example


1234567890 Text Example

White

1234567890 Text Example


1234567890 Text Example


Color Harmonies of #534D72

Triadic Colors

Analogous Colors

Split complements Colors

Complementary Color



HTML code & CSSWeb design

color css

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

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

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

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

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

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

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

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

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