#534884

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

Shades of Victoria #534884

Tints of Victoria #534884

Color information

#534884 (or 0x534884) is unknown color: approx Victoria. HEX triplet: 53, 48 and 84. RGB value is (83,72,132). Sum of RGB (Red+Green+Blue) = 83+72+132=287 (38% of max value = 765). Red value is 83 (32.81% from 255 or 28.92% from 287); Green value is 72 (28.52% from 255 or 25.09% from 287); Blue value is 132 (51.95% from 255 or 45.99% from 287); Max value from RGB is 132 - color contains mainly: blue. Hex color #534884 is not a web safe color. Web safe color analog (approx): #663399. Inversed color of #534884 is #ACB77B. Grayscale: #515151. Windows color (decimal): -11319164 or 8669267. OLE color: 8669267.

HSL color Cylindrical-coordinate representation of color #534884: hue angle of 251º degrees, saturation: 0.29, lightness: 0.4%. HSV value (or HSB Brightness) of color is 0.52% and HSV saturation: 0.45%. Process color model (Four color, CMYK) of #534884 is Cyan = 0.37, Magento = 0.45, Yellow = 0 and Black (K on CMYK) = 0.48.

Color convert

RGB8372132-
CMYK0.370.4500.48
HSL251º29.41%40%-
HSV(B)251º45.45%51.76%-
XYZ10.058.1422.87-
YUV82.13156.14128.62-

RGB Variations

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

RGB

RED value IS 83 (32.81% from 255) = 28.92%
GREEN value IS 72 (28.52% from 255) = 25.09%
BLUE value IS 132 (51.95% from 255) = 45.99%
R=28.92%
G=25.09%
B=45.99%

CMYK

C (Cyan) values IS 0.37
M (Magenta) values IS 0.45
Y (Yellow) values IS 0
K (Black) values IS 0.48
SystemRedGreenBlueCMYKHSL
Decimal83721320.370.4500.4825129.4140
Hex534884252D030fb1d28
Octal12311020445550603733550
Binary101001110010001000010010010110110101100001111101111101101000

Black

1234567890 Text Example


1234567890 Text Example

White

1234567890 Text Example


1234567890 Text Example


Color Harmonies of #534884

Triadic Colors

Analogous Colors

Split complements Colors

Complementary Color



HTML code & CSSWeb design

color css

<style>
 p { color: #534884; }

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

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

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

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

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

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

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

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