#534982

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

Shades of Victoria #534982

Tints of Victoria #534982

Color information

#534982 (or 0x534982) is unknown color: approx Victoria. HEX triplet: 53, 49 and 82. RGB value is (83,73,130). Sum of RGB (Red+Green+Blue) = 83+73+130=286 (37% of max value = 765). Red value is 83 (32.81% from 255 or 29.02% from 286); Green value is 73 (28.91% from 255 or 25.52% from 286); Blue value is 130 (51.17% from 255 or 45.45% from 286); Max value from RGB is 130 - color contains mainly: blue. Hex color #534982 is not a web safe color. Web safe color analog (approx): #663399. Inversed color of #534982 is #ACB67D. Grayscale: #525252. Windows color (decimal): -11318910 or 8538451. OLE color: 8538451.

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

Color convert

RGB8373130-
CMYK0.360.4400.49
HSL250.53º28.08%39.8%-
HSV(B)250.53º43.85%50.98%-
XYZ9.988.2222.18-
YUV82.49154.81128.37-

RGB Variations

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

RGB

RED value IS 83 (32.81% from 255) = 29.02%
GREEN value IS 73 (28.91% from 255) = 25.52%
BLUE value IS 130 (51.17% from 255) = 45.45%
R=29.02%
G=25.52%
B=45.45%

CMYK

C (Cyan) values IS 0.36
M (Magenta) values IS 0.44
Y (Yellow) values IS 0
K (Black) values IS 0.49
SystemRedGreenBlueCMYKHSL
Decimal83731300.360.4400.49250.5328.0839.8
Hex534982242C031fb1c28
Octal12311120244540613733450
Binary101001110010011000001010010010110001100011111101111100101000

Black

1234567890 Text Example


1234567890 Text Example

White

1234567890 Text Example


1234567890 Text Example


Color Harmonies of #534982

Triadic Colors

Analogous Colors

Split complements Colors

Complementary Color



HTML code & CSSWeb design

color css

<style>
 p { color: #534982; }

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

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

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

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

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

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

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

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