#534782

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

Shades of Victoria #534782

Tints of Victoria #534782

Color information

#534782 (or 0x534782) is unknown color: approx Victoria. HEX triplet: 53, 47 and 82. RGB value is (83,71,130). Sum of RGB (Red+Green+Blue) = 83+71+130=284 (37% of max value = 765). Red value is 83 (32.81% from 255 or 29.23% from 284); Green value is 71 (28.12% from 255 or 25% from 284); Blue value is 130 (51.17% from 255 or 45.77% from 284); Max value from RGB is 130 - color contains mainly: blue. Hex color #534782 is not a web safe color. Web safe color analog (approx): #663399. Inversed color of #534782 is #ACB87D. Grayscale: #515151. Windows color (decimal): -11319422 or 8537939. OLE color: 8537939.

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

Color convert

RGB8371130-
CMYK0.360.4500.49
HSL252.2º29.35%39.41%-
HSV(B)252.2º45.38%50.98%-
XYZ9.857.9622.14-
YUV81.31155.48129.2-

RGB Variations

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

RGB

RED value IS 83 (32.81% from 255) = 29.23%
GREEN value IS 71 (28.12% from 255) = 25%
BLUE value IS 130 (51.17% from 255) = 45.77%
R=29.23%
G=25%
B=45.77%

CMYK

C (Cyan) values IS 0.36
M (Magenta) values IS 0.45
Y (Yellow) values IS 0
K (Black) values IS 0.49
SystemRedGreenBlueCMYKHSL
Decimal83711300.360.4500.49252.229.3539.41
Hex534782242D031fc1d27
Octal12310720244550613743547
Binary101001110001111000001010010010110101100011111110011101100111

Black

1234567890 Text Example


1234567890 Text Example

White

1234567890 Text Example


1234567890 Text Example


Color Harmonies of #534782

Triadic Colors

Analogous Colors

Split complements Colors

Complementary Color



HTML code & CSSWeb design

color css

<style>
 p { color: #534782; }

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

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

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

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

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

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

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

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