#564453

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

Shades of Purple Taupe #564453

Tints of Purple Taupe #564453

Color information

#564453 (or 0x564453) is unknown color: approx Purple Taupe. HEX triplet: 56, 44 and 53. RGB value is (86,68,83). Sum of RGB (Red+Green+Blue) = 86+68+83=237 (31% of max value = 765). Red value is 86 (33.98% from 255 or 36.29% from 237); Green value is 68 (26.95% from 255 or 28.69% from 237); Blue value is 83 (32.81% from 255 or 35.02% from 237); Max value from RGB is 86 - color contains mainly: red. Hex color #564453 is not a web safe color. Web safe color analog (approx): #663366. Inversed color of #564453 is #A9BBAC. Grayscale: #4B4B4B. Windows color (decimal): -11123629 or 5456982. OLE color: 5456982.

HSL color Cylindrical-coordinate representation of color #564453: hue angle of 310º degrees, saturation: 0.12, lightness: 0.3%. HSV value (or HSB Brightness) of color is 0.34% and HSV saturation: 0.21%. Process color model (Four color, CMYK) of #564453 is Cyan = 0, Magento = 0.21, Yellow = 0.03 and Black (K on CMYK) = 0.66.

Color convert

RGB866883-
CMYK00.210.030.66
HSL310º11.69%30.2%-
HSV(B)310º20.93%33.73%-
XYZ7.476.749.09-
YUV75.09132.46135.78-

RGB Variations

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

RGB

RED value IS 86 (33.98% from 255) = 36.29%
GREEN value IS 68 (26.95% from 255) = 28.69%
BLUE value IS 83 (32.81% from 255) = 35.02%
R=36.29%
G=28.69%
B=35.02%

CMYK

C (Cyan) values IS 0
M (Magenta) values IS 0.21
Y (Yellow) values IS 0.03
K (Black) values IS 0.66
SystemRedGreenBlueCMYKHSL
Decimal86688300.210.030.6631011.6930.2
Hex564453015342136c1e
Octal12610412302531024661436
Binary101011010001001010011010101111000010100110110110011110

Black

1234567890 Text Example


1234567890 Text Example

White

1234567890 Text Example


1234567890 Text Example


Color Harmonies of #564453

Triadic Colors

Analogous Colors

Split complements Colors

Complementary Color



HTML code & CSSWeb design

color css

<style>
 p { color: #564453; }

 p { color: rgb(86,68,83); }

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

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

 a { background-color: rgb(86,68,83); }

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

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

 span { border-color: rgb(86,68,83); }

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