#534D7B

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

Shades of Victoria #534D7B

Tints of Victoria #534D7B

Color information

#534D7B (or 0x534D7B) is unknown color: approx Victoria. HEX triplet: 53, 4D and 7B. RGB value is (83,77,123). Sum of RGB (Red+Green+Blue) = 83+77+123=283 (37% of max value = 765). Red value is 83 (32.81% from 255 or 29.33% from 283); Green value is 77 (30.47% from 255 or 27.21% from 283); Blue value is 123 (48.44% from 255 or 43.46% from 283); Max value from RGB is 123 - color contains mainly: blue. Hex color #534D7B is not a web safe color. Web safe color analog (approx): #666666. Inversed color of #534D7B is #ACB284. Grayscale: #535353. Windows color (decimal): -11317893 or 8080723. OLE color: 8080723.

HSL color Cylindrical-coordinate representation of color #534D7B: hue angle of 247.83º 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 #534D7B is Cyan = 0.33, Magento = 0.37, Yellow = 0 and Black (K on CMYK) = 0.52.

Color convert

RGB8377123-
CMYK0.330.3700.52
HSL247.83º23%39.22%-
HSV(B)247.83º37.4%48.24%-
XYZ9.88.5819.88-
YUV84.04149.99127.26-

RGB Variations

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

RGB

RED value IS 83 (32.81% from 255) = 29.33%
GREEN value IS 77 (30.47% from 255) = 27.21%
BLUE value IS 123 (48.44% from 255) = 43.46%
R=29.33%
G=27.21%
B=43.46%

CMYK

C (Cyan) values IS 0.33
M (Magenta) values IS 0.37
Y (Yellow) values IS 0
K (Black) values IS 0.52
SystemRedGreenBlueCMYKHSL
Decimal83771230.330.3700.52247.832339.22
Hex534D7B2125034f81727
Octal12311517341450643702747
Binary10100111001101111101110000110010101101001111100010111100111

Black

1234567890 Text Example


1234567890 Text Example

White

1234567890 Text Example


1234567890 Text Example


Color Harmonies of #534D7B

Triadic Colors

Analogous Colors

Split complements Colors

Complementary Color



HTML code & CSSWeb design

color css

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

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

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

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

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

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

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

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

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