#534775

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

Shades of Victoria #534775

Tints of Victoria #534775

Color information

#534775 (or 0x534775) is unknown color: approx Victoria. HEX triplet: 53, 47 and 75. RGB value is (83,71,117). Sum of RGB (Red+Green+Blue) = 83+71+117=271 (35% of max value = 765). Red value is 83 (32.81% from 255 or 30.63% from 271); Green value is 71 (28.12% from 255 or 26.20% from 271); Blue value is 117 (46.09% from 255 or 43.17% from 271); Max value from RGB is 117 - color contains mainly: blue. Hex color #534775 is not a web safe color. Web safe color analog (approx): #663366. Inversed color of #534775 is #ACB88A. Grayscale: #4F4F4F. Windows color (decimal): -11319435 or 7685971. OLE color: 7685971.

HSL color Cylindrical-coordinate representation of color #534775: hue angle of 255.65º degrees, saturation: 0.24, lightness: 0.37%. HSV value (or HSB Brightness) of color is 0.46% and HSV saturation: 0.39%. Process color model (Four color, CMYK) of #534775 is Cyan = 0.29, Magento = 0.39, Yellow = 0 and Black (K on CMYK) = 0.54.

Color convert

RGB8371117-
CMYK0.290.3900.54
HSL255.65º24.47%36.86%-
HSV(B)255.65º39.32%45.88%-
XYZ9.037.6317.83-
YUV79.83148.98130.26-

RGB Variations

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

RGB

RED value IS 83 (32.81% from 255) = 30.63%
GREEN value IS 71 (28.12% from 255) = 26.20%
BLUE value IS 117 (46.09% from 255) = 43.17%
R=30.63%
G=26.20%
B=43.17%

CMYK

C (Cyan) values IS 0.29
M (Magenta) values IS 0.39
Y (Yellow) values IS 0
K (Black) values IS 0.54
SystemRedGreenBlueCMYKHSL
Decimal83711170.290.3900.54255.6524.4736.86
Hex5347751D270361001825
Octal12310716535470664003045
Binary10100111000111111010111101100111011011010000000011000100101

Black

1234567890 Text Example


1234567890 Text Example

White

1234567890 Text Example


1234567890 Text Example


Color Harmonies of #534775

Triadic Colors

Analogous Colors

Split complements Colors

Complementary Color



HTML code & CSSWeb design

color css

<style>
 p { color: #534775; }

 p { color: rgb(83,71,117); }

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

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

 a { background-color: rgb(83,71,117); }

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

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

 span { border-color: rgb(83,71,117); }

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