#563452

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

Shades of Purple Taupe #563452

Tints of Purple Taupe #563452

Color information

#563452 (or 0x563452) is unknown color: approx Purple Taupe. HEX triplet: 56, 34 and 52. RGB value is (86,52,82). Sum of RGB (Red+Green+Blue) = 86+52+82=220 (29% of max value = 765). Red value is 86 (33.98% from 255 or 39.09% from 220); Green value is 52 (20.70% from 255 or 23.64% from 220); Blue value is 82 (32.42% from 255 or 37.27% from 220); Max value from RGB is 86 - color contains mainly: red. Hex color #563452 is not a web safe color. Web safe color analog (approx): #663366. Inversed color of #563452 is #A9CBAD. Grayscale: #414141. Windows color (decimal): -11127726 or 5387350. OLE color: 5387350.

HSL color Cylindrical-coordinate representation of color #563452: hue angle of 307.06º degrees, saturation: 0.25, lightness: 0.27%. HSV value (or HSB Brightness) of color is 0.34% and HSV saturation: 0.4%. Process color model (Four color, CMYK) of #563452 is Cyan = 0, Magento = 0.40, Yellow = 0.05 and Black (K on CMYK) = 0.66.

Color convert

RGB865282-
CMYK00.400.050.66
HSL307.06º24.64%27.06%-
HSV(B)307.06º39.53%33.73%-
XYZ6.595.048.61-
YUV65.59137.26142.56-

RGB Variations

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

RGB

RED value IS 86 (33.98% from 255) = 39.09%
GREEN value IS 52 (20.70% from 255) = 23.64%
BLUE value IS 82 (32.42% from 255) = 37.27%
R=39.09%
G=23.64%
B=37.27%

CMYK

C (Cyan) values IS 0
M (Magenta) values IS 0.40
Y (Yellow) values IS 0.05
K (Black) values IS 0.66
SystemRedGreenBlueCMYKHSL
Decimal86528200.400.050.66307.0624.6427.06
Hex563452028542133191b
Octal1266412205051024633133
Binary10101101101001010010010100010110000101001100111100111011

Black

1234567890 Text Example


1234567890 Text Example

White

1234567890 Text Example


1234567890 Text Example


Color Harmonies of #563452

Triadic Colors

Analogous Colors

Split complements Colors

Complementary Color



HTML code & CSSWeb design

color css

<style>
 p { color: #563452; }

 p { color: rgb(86,52,82); }

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

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

 a { background-color: rgb(86,52,82); }

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

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

 span { border-color: rgb(86,52,82); }

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