#534873

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

Shades of Victoria #534873

Tints of Victoria #534873

Color information

#534873 (or 0x534873) is unknown color: approx Victoria. HEX triplet: 53, 48 and 73. RGB value is (83,72,115). Sum of RGB (Red+Green+Blue) = 83+72+115=270 (35% of max value = 765). Red value is 83 (32.81% from 255 or 30.74% from 270); Green value is 72 (28.52% from 255 or 26.67% from 270); Blue value is 115 (45.31% from 255 or 42.59% from 270); Max value from RGB is 115 - color contains mainly: blue. Hex color #534873 is not a web safe color. Web safe color analog (approx): #663366. Inversed color of #534873 is #ACB78C. Grayscale: #505050. Windows color (decimal): -11319181 or 7555155. OLE color: 7555155.

HSL color Cylindrical-coordinate representation of color #534873: hue angle of 255.35º degrees, saturation: 0.23, lightness: 0.37%. HSV value (or HSB Brightness) of color is 0.45% and HSV saturation: 0.37%. Process color model (Four color, CMYK) of #534873 is Cyan = 0.28, Magento = 0.37, Yellow = 0 and Black (K on CMYK) = 0.55.

Color convert

RGB8372115-
CMYK0.280.3700.55
HSL255.35º22.99%36.67%-
HSV(B)255.35º37.39%45.1%-
XYZ8.987.7117.23-
YUV80.19147.64130-

RGB Variations

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

RGB

RED value IS 83 (32.81% from 255) = 30.74%
GREEN value IS 72 (28.52% from 255) = 26.67%
BLUE value IS 115 (45.31% from 255) = 42.59%
R=30.74%
G=26.67%
B=42.59%

CMYK

C (Cyan) values IS 0.28
M (Magenta) values IS 0.37
Y (Yellow) values IS 0
K (Black) values IS 0.55
SystemRedGreenBlueCMYKHSL
Decimal83721150.280.3700.55255.3522.9936.67
Hex5348731C25037ff1725
Octal12311016334450673772745
Binary1010011100100011100111110010010101101111111111110111100101

Black

1234567890 Text Example


1234567890 Text Example

White

1234567890 Text Example


1234567890 Text Example


Color Harmonies of #534873

Triadic Colors

Analogous Colors

Split complements Colors

Complementary Color



HTML code & CSSWeb design

color css

<style>
 p { color: #534873; }

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

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

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

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

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

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

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

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