#534887

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

Shades of Victoria #534887

Tints of Victoria #534887

Color information

#534887 (or 0x534887) is unknown color: approx Victoria. HEX triplet: 53, 48 and 87. RGB value is (83,72,135). Sum of RGB (Red+Green+Blue) = 83+72+135=290 (38% of max value = 765). Red value is 83 (32.81% from 255 or 28.62% from 290); Green value is 72 (28.52% from 255 or 24.83% from 290); Blue value is 135 (53.12% from 255 or 46.55% from 290); Max value from RGB is 135 - color contains mainly: blue. Hex color #534887 is not a web safe color. Web safe color analog (approx): #663399. Inversed color of #534887 is #ACB778. Grayscale: #525252. Windows color (decimal): -11319161 or 8865875. OLE color: 8865875.

HSL color Cylindrical-coordinate representation of color #534887: hue angle of 250.48º degrees, saturation: 0.3, lightness: 0.41%. HSV value (or HSB Brightness) of color is 0.53% and HSV saturation: 0.47%. Process color model (Four color, CMYK) of #534887 is Cyan = 0.39, Magento = 0.47, Yellow = 0 and Black (K on CMYK) = 0.47.

Color convert

RGB8372135-
CMYK0.390.4700.47
HSL250.48º30.43%40.59%-
HSV(B)250.48º46.67%52.94%-
XYZ10.268.2223.97-
YUV82.47157.64128.38-

RGB Variations

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

RGB

RED value IS 83 (32.81% from 255) = 28.62%
GREEN value IS 72 (28.52% from 255) = 24.83%
BLUE value IS 135 (53.12% from 255) = 46.55%
R=28.62%
G=24.83%
B=46.55%

CMYK

C (Cyan) values IS 0.39
M (Magenta) values IS 0.47
Y (Yellow) values IS 0
K (Black) values IS 0.47
SystemRedGreenBlueCMYKHSL
Decimal83721350.390.4700.47250.4830.4340.59
Hex534887272F02Ffa1e29
Octal12311020747570573723651
Binary101001110010001000011110011110111101011111111101011110101001

Black

1234567890 Text Example


1234567890 Text Example

White

1234567890 Text Example


1234567890 Text Example


Color Harmonies of #534887

Triadic Colors

Analogous Colors

Split complements Colors

Complementary Color



HTML code & CSSWeb design

color css

<style>
 p { color: #534887; }

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

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

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

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

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

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

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

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