#534882

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

Shades of Victoria #534882

Tints of Victoria #534882

Color information

#534882 (or 0x534882) is unknown color: approx Victoria. HEX triplet: 53, 48 and 82. RGB value is (83,72,130). Sum of RGB (Red+Green+Blue) = 83+72+130=285 (37% of max value = 765). Red value is 83 (32.81% from 255 or 29.12% from 285); Green value is 72 (28.52% from 255 or 25.26% from 285); Blue value is 130 (51.17% from 255 or 45.61% from 285); Max value from RGB is 130 - color contains mainly: blue. Hex color #534882 is not a web safe color. Web safe color analog (approx): #663399. Inversed color of #534882 is #ACB77D. Grayscale: #515151. Windows color (decimal): -11319166 or 8538195. OLE color: 8538195.

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

Color convert

RGB8372130-
CMYK0.360.4500.49
HSL251.38º28.71%39.61%-
HSV(B)251.38º44.62%50.98%-
XYZ9.918.0922.16-
YUV81.9155.14128.78-

RGB Variations

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

RGB

RED value IS 83 (32.81% from 255) = 29.12%
GREEN value IS 72 (28.52% from 255) = 25.26%
BLUE value IS 130 (51.17% from 255) = 45.61%
R=29.12%
G=25.26%
B=45.61%

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
Decimal83721300.360.4500.49251.3828.7139.61
Hex534882242D031fb1d28
Octal12311020244550613733550
Binary101001110010001000001010010010110101100011111101111101101000

Black

1234567890 Text Example


1234567890 Text Example

White

1234567890 Text Example


1234567890 Text Example


Color Harmonies of #534882

Triadic Colors

Analogous Colors

Split complements Colors

Complementary Color



HTML code & CSSWeb design

color css

<style>
 p { color: #534882; }

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

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

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

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

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

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

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

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