#534576

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

Shades of Victoria #534576

Tints of Victoria #534576

Color information

#534576 (or 0x534576) is unknown color: approx Victoria. HEX triplet: 53, 45 and 76. RGB value is (83,69,118). Sum of RGB (Red+Green+Blue) = 83+69+118=270 (35% of max value = 765). Red value is 83 (32.81% from 255 or 30.74% from 270); Green value is 69 (27.34% from 255 or 25.56% from 270); Blue value is 118 (46.48% from 255 or 43.70% from 270); Max value from RGB is 118 - color contains mainly: blue. Hex color #534576 is not a web safe color. Web safe color analog (approx): #663366. Inversed color of #534576 is #ACBA89. Grayscale: #4E4E4E. Windows color (decimal): -11319946 or 7750995. OLE color: 7750995.

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

Color convert

RGB8369118-
CMYK0.300.4200.54
HSL257.14º26.2%36.67%-
HSV(B)257.14º41.53%46.27%-
XYZ8.977.418.1-
YUV78.77150.14131.02-

RGB Variations

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

RGB

RED value IS 83 (32.81% from 255) = 30.74%
GREEN value IS 69 (27.34% from 255) = 25.56%
BLUE value IS 118 (46.48% from 255) = 43.70%
R=30.74%
G=25.56%
B=43.70%

CMYK

C (Cyan) values IS 0.30
M (Magenta) values IS 0.42
Y (Yellow) values IS 0
K (Black) values IS 0.54
SystemRedGreenBlueCMYKHSL
Decimal83691180.300.4200.54257.1426.236.67
Hex5345761E2A0361011a25
Octal12310516636520664013245
Binary10100111000101111011011110101010011011010000000111010100101

Black

1234567890 Text Example


1234567890 Text Example

White

1234567890 Text Example


1234567890 Text Example


Color Harmonies of #534576

Triadic Colors

Analogous Colors

Split complements Colors

Complementary Color



HTML code & CSSWeb design

color css

<style>
 p { color: #534576; }

 p { color: rgb(83,69,118); }

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

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

 a { background-color: rgb(83,69,118); }

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

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

 span { border-color: rgb(83,69,118); }

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