#534D7A

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

Shades of Victoria #534D7A

Tints of Victoria #534D7A

Color information

#534D7A (or 0x534D7A) is unknown color: approx Victoria. HEX triplet: 53, 4D and 7A. RGB value is (83,77,122). Sum of RGB (Red+Green+Blue) = 83+77+122=282 (37% of max value = 765). Red value is 83 (32.81% from 255 or 29.43% from 282); Green value is 77 (30.47% from 255 or 27.30% from 282); Blue value is 122 (48.05% from 255 or 43.26% from 282); Max value from RGB is 122 - color contains mainly: blue. Hex color #534D7A is not a web safe color. Web safe color analog (approx): #666666. Inversed color of #534D7A is #ACB285. Grayscale: #535353. Windows color (decimal): -11317894 or 8015187. OLE color: 8015187.

HSL color Cylindrical-coordinate representation of color #534D7A: hue angle of 248º degrees, saturation: 0.23, lightness: 0.39%. HSV value (or HSB Brightness) of color is 0.48% and HSV saturation: 0.37%. Process color model (Four color, CMYK) of #534D7A is Cyan = 0.32, Magento = 0.37, Yellow = 0 and Black (K on CMYK) = 0.52.

Color convert

RGB8377122-
CMYK0.320.3700.52
HSL248º22.61%39.02%-
HSV(B)248º36.89%47.84%-
XYZ9.738.5519.55-
YUV83.92149.49127.34-

RGB Variations

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

RGB

RED value IS 83 (32.81% from 255) = 29.43%
GREEN value IS 77 (30.47% from 255) = 27.30%
BLUE value IS 122 (48.05% from 255) = 43.26%
R=29.43%
G=27.30%
B=43.26%

CMYK

C (Cyan) values IS 0.32
M (Magenta) values IS 0.37
Y (Yellow) values IS 0
K (Black) values IS 0.52
SystemRedGreenBlueCMYKHSL
Decimal83771220.320.3700.5224822.6139.02
Hex534D7A2025034f81727
Octal12311517240450643702747
Binary10100111001101111101010000010010101101001111100010111100111

Black

1234567890 Text Example


1234567890 Text Example

White

1234567890 Text Example


1234567890 Text Example


Color Harmonies of #534D7A

Triadic Colors

Analogous Colors

Split complements Colors

Complementary Color



HTML code & CSSWeb design

color css

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

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

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

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

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

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

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

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

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