#534A82

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

Shades of Victoria #534A82

Tints of Victoria #534A82

Color information

#534A82 (or 0x534A82) is unknown color: approx Victoria. HEX triplet: 53, 4A and 82. RGB value is (83,74,130). Sum of RGB (Red+Green+Blue) = 83+74+130=287 (38% of max value = 765). Red value is 83 (32.81% from 255 or 28.92% from 287); Green value is 74 (29.30% from 255 or 25.78% from 287); Blue value is 130 (51.17% from 255 or 45.30% from 287); Max value from RGB is 130 - color contains mainly: blue. Hex color #534A82 is not a web safe color. Web safe color analog (approx): #663399. Inversed color of #534A82 is #ACB57D. Grayscale: #525252. Windows color (decimal): -11318654 or 8538707. OLE color: 8538707.

HSL color Cylindrical-coordinate representation of color #534A82: hue angle of 249.64º degrees, saturation: 0.27, lightness: 0.4%. HSV value (or HSB Brightness) of color is 0.51% and HSV saturation: 0.43%. Process color model (Four color, CMYK) of #534A82 is Cyan = 0.36, Magento = 0.43, Yellow = 0 and Black (K on CMYK) = 0.49.

Color convert

RGB8374130-
CMYK0.360.4300.49
HSL249.64º27.45%40%-
HSV(B)249.64º43.08%50.98%-
XYZ10.058.3522.2-
YUV83.07154.48127.95-

RGB Variations

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

RGB

RED value IS 83 (32.81% from 255) = 28.92%
GREEN value IS 74 (29.30% from 255) = 25.78%
BLUE value IS 130 (51.17% from 255) = 45.30%
R=28.92%
G=25.78%
B=45.30%

CMYK

C (Cyan) values IS 0.36
M (Magenta) values IS 0.43
Y (Yellow) values IS 0
K (Black) values IS 0.49
SystemRedGreenBlueCMYKHSL
Decimal83741300.360.4300.49249.6427.4540
Hex534A82242B031fa1b28
Octal12311220244530613723350
Binary101001110010101000001010010010101101100011111101011011101000

Black

1234567890 Text Example


1234567890 Text Example

White

1234567890 Text Example


1234567890 Text Example


Color Harmonies of #534A82

Triadic Colors

Analogous Colors

Split complements Colors

Complementary Color



HTML code & CSSWeb design

color css

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

 p { color: rgb(83,74,130); }

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

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

 a { background-color: rgb(83,74,130); }

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

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

 span { border-color: rgb(83,74,130); }

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