#534876

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

Shades of Victoria #534876

Tints of Victoria #534876

Color information

#534876 (or 0x534876) is unknown color: approx Victoria. HEX triplet: 53, 48 and 76. RGB value is (83,72,118). Sum of RGB (Red+Green+Blue) = 83+72+118=273 (36% of max value = 765). Red value is 83 (32.81% from 255 or 30.40% from 273); Green value is 72 (28.52% from 255 or 26.37% from 273); Blue value is 118 (46.48% from 255 or 43.22% from 273); Max value from RGB is 118 - color contains mainly: blue. Hex color #534876 is not a web safe color. Web safe color analog (approx): #663366. Inversed color of #534876 is #ACB789. Grayscale: #505050. Windows color (decimal): -11319178 or 7751763. OLE color: 7751763.

HSL color Cylindrical-coordinate representation of color #534876: hue angle of 254.35º degrees, saturation: 0.24, lightness: 0.37%. HSV value (or HSB Brightness) of color is 0.46% and HSV saturation: 0.39%. Process color model (Four color, CMYK) of #534876 is Cyan = 0.30, Magento = 0.39, Yellow = 0 and Black (K on CMYK) = 0.54.

Color convert

RGB8372118-
CMYK0.300.3900.54
HSL254.35º24.21%37.25%-
HSV(B)254.35º38.98%46.27%-
XYZ9.157.7818.16-
YUV80.53149.14129.76-

RGB Variations

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

RGB

RED value IS 83 (32.81% from 255) = 30.40%
GREEN value IS 72 (28.52% from 255) = 26.37%
BLUE value IS 118 (46.48% from 255) = 43.22%
R=30.40%
G=26.37%
B=43.22%

CMYK

C (Cyan) values IS 0.30
M (Magenta) values IS 0.39
Y (Yellow) values IS 0
K (Black) values IS 0.54
SystemRedGreenBlueCMYKHSL
Decimal83721180.300.3900.54254.3524.2137.25
Hex5348761E27036fe1825
Octal12311016636470663763045
Binary1010011100100011101101111010011101101101111111011000100101

Black

1234567890 Text Example


1234567890 Text Example

White

1234567890 Text Example


1234567890 Text Example


Color Harmonies of #534876

Triadic Colors

Analogous Colors

Split complements Colors

Complementary Color



HTML code & CSSWeb design

color css

<style>
 p { color: #534876; }

 p { color: rgb(83,72,118); }

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

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

 a { background-color: rgb(83,72,118); }

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

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

 span { border-color: rgb(83,72,118); }

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