#534D8E

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

Shades of Victoria #534D8E

Tints of Victoria #534D8E

Color information

#534D8E (or 0x534D8E) is unknown color: approx Victoria. HEX triplet: 53, 4D and 8E. RGB value is (83,77,142). Sum of RGB (Red+Green+Blue) = 83+77+142=302 (40% of max value = 765). Red value is 83 (32.81% from 255 or 27.48% from 302); Green value is 77 (30.47% from 255 or 25.50% from 302); Blue value is 142 (55.86% from 255 or 47.02% from 302); Max value from RGB is 142 - color contains mainly: blue. Hex color #534D8E is not a web safe color. Web safe color analog (approx): #666699. Inversed color of #534D8E is #ACB271. Grayscale: #555555. Windows color (decimal): -11317874 or 9325907. OLE color: 9325907.

HSL color Cylindrical-coordinate representation of color #534D8E: hue angle of 245.54º degrees, saturation: 0.3, lightness: 0.43%. HSV value (or HSB Brightness) of color is 0.56% and HSV saturation: 0.46%. Process color model (Four color, CMYK) of #534D8E is Cyan = 0.42, Magento = 0.46, Yellow = 0 and Black (K on CMYK) = 0.44.

Color convert

RGB8377142-
CMYK0.420.4600.44
HSL245.54º29.68%42.94%-
HSV(B)245.54º45.77%55.69%-
XYZ11.19.126.76-
YUV86.2159.49125.71-

RGB Variations

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

RGB

RED value IS 83 (32.81% from 255) = 27.48%
GREEN value IS 77 (30.47% from 255) = 25.50%
BLUE value IS 142 (55.86% from 255) = 47.02%
R=27.48%
G=25.50%
B=47.02%

CMYK

C (Cyan) values IS 0.42
M (Magenta) values IS 0.46
Y (Yellow) values IS 0
K (Black) values IS 0.44
SystemRedGreenBlueCMYKHSL
Decimal83771420.420.4600.44245.5429.6842.94
Hex534D8E2A2E02Cf61e2b
Octal12311521652560543663653
Binary101001110011011000111010101010111001011001111011011110101011

Black

1234567890 Text Example


1234567890 Text Example

White

1234567890 Text Example


1234567890 Text Example


Color Harmonies of #534D8E

Triadic Colors

Analogous Colors

Split complements Colors

Complementary Color



HTML code & CSSWeb design

color css

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

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

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

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

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

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

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

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

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