#534A93

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

Shades of Victoria #534A93

Tints of Victoria #534A93

Color information

#534A93 (or 0x534A93) is unknown color: approx Victoria. HEX triplet: 53, 4A and 93. RGB value is (83,74,147). Sum of RGB (Red+Green+Blue) = 83+74+147=304 (40% of max value = 765). Red value is 83 (32.81% from 255 or 27.30% from 304); Green value is 74 (29.30% from 255 or 24.34% from 304); Blue value is 147 (57.81% from 255 or 48.36% from 304); Max value from RGB is 147 - color contains mainly: blue. Hex color #534A93 is not a web safe color. Web safe color analog (approx): #663399. Inversed color of #534A93 is #ACB56C. Grayscale: #545454. Windows color (decimal): -11318637 or 9652819. OLE color: 9652819.

HSL color Cylindrical-coordinate representation of color #534A93: hue angle of 247.4º degrees, saturation: 0.33, lightness: 0.43%. HSV value (or HSB Brightness) of color is 0.58% and HSV saturation: 0.5%. Process color model (Four color, CMYK) of #534A93 is Cyan = 0.44, Magento = 0.50, Yellow = 0 and Black (K on CMYK) = 0.42.

Color convert

RGB8374147-
CMYK0.440.5000.42
HSL247.4º33.03%43.33%-
HSV(B)247.4º49.66%57.65%-
XYZ11.288.8428.72-
YUV85.01162.98126.56-

RGB Variations

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

RGB

RED value IS 83 (32.81% from 255) = 27.30%
GREEN value IS 74 (29.30% from 255) = 24.34%
BLUE value IS 147 (57.81% from 255) = 48.36%
R=27.30%
G=24.34%
B=48.36%

CMYK

C (Cyan) values IS 0.44
M (Magenta) values IS 0.50
Y (Yellow) values IS 0
K (Black) values IS 0.42
SystemRedGreenBlueCMYKHSL
Decimal83741470.440.5000.42247.433.0343.33
Hex534A932C3202Af7212b
Octal12311222354620523674153
Binary1010011100101010010011101100110010010101011110111100001101011

Black

1234567890 Text Example


1234567890 Text Example

White

1234567890 Text Example


1234567890 Text Example


Color Harmonies of #534A93

Triadic Colors

Analogous Colors

Split complements Colors

Complementary Color



HTML code & CSSWeb design

color css

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

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

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

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

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

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

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

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

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