#534D71

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

Shades of Victoria #534D71

Tints of Victoria #534D71

Color information

#534D71 (or 0x534D71) is unknown color: approx Victoria. HEX triplet: 53, 4D and 71. RGB value is (83,77,113). Sum of RGB (Red+Green+Blue) = 83+77+113=273 (36% of max value = 765). Red value is 83 (32.81% from 255 or 30.40% from 273); Green value is 77 (30.47% from 255 or 28.21% from 273); Blue value is 113 (44.53% from 255 or 41.39% from 273); Max value from RGB is 113 - color contains mainly: blue. Hex color #534D71 is not a web safe color. Web safe color analog (approx): #666666. Inversed color of #534D71 is #ACB28E. Grayscale: #525252. Windows color (decimal): -11317903 or 7425363. OLE color: 7425363.

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

Color convert

RGB8377113-
CMYK0.270.3200.56
HSL250º18.95%37.25%-
HSV(B)250º31.86%44.31%-
XYZ9.28.3416.75-
YUV82.9144.99128.07-

RGB Variations

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

RGB

RED value IS 83 (32.81% from 255) = 30.40%
GREEN value IS 77 (30.47% from 255) = 28.21%
BLUE value IS 113 (44.53% from 255) = 41.39%
R=30.40%
G=28.21%
B=41.39%

CMYK

C (Cyan) values IS 0.27
M (Magenta) values IS 0.32
Y (Yellow) values IS 0
K (Black) values IS 0.56
SystemRedGreenBlueCMYKHSL
Decimal83771130.270.3200.5625018.9537.25
Hex534D711B20038fa1325
Octal12311516133400703722345
Binary1010011100110111100011101110000001110001111101010011100101

Black

1234567890 Text Example


1234567890 Text Example

White

1234567890 Text Example


1234567890 Text Example


Color Harmonies of #534D71

Triadic Colors

Analogous Colors

Split complements Colors

Complementary Color



HTML code & CSSWeb design

color css

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

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

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

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

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

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

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

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

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