Html Css Color HEX #563C51 Purple Taupe

📋 copy color: '#563C51'

red 86 ◦ green 60 ◦ blue 81

#563C51
Download Color Icon.PNG:
16x16 32x32 64x64 128x128 256x256

Shades of Purple Taupe #563C51

Tints of Purple Taupe #563C51

RGB

 RED value IS 86 (33.98% from 255) = 37.89%

 GREEN value IS 60 (23.83% from 255) = 26.43%

 BLUE value IS 81 (32.03% from 255) = 35.68%

R = 37.89%
G = 26.43%
B = 35.68%

CMYK

 C value IS 0

 M value IS 0.30

 Y value IS 0.06

 K value IS 0.66

RGB Variations

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

Color information

#563C51 (or 0x563C51) is known color: Purple Taupe. HEX triplet: 56, 3C and 51. RGB value is (86,60,81). Sum of RGB (Red+Green+Blue) = 86+60+81=227 (30% of max value = 765). Red value is 86 (33.98% from 255 or 37.89% from 227); Green value is 60 (23.83% from 255 or 26.43% from 227); Blue value is 81 (32.03% from 255 or 35.68% from 227); Max value from RGB is 86 - color contains mainly: red. Hex color #563C51 is not a web safe color. Web safe color analog (approx): #663366. Inversed color of #563C51 is #A9C3AE. Grayscale: #464646. Windows color (decimal): -11125679 or 5323862. OLE color: 5323862.

HSL color Cylindrical-coordinate representation of color #563C51: hue angle of 311.54º degrees, saturation: 0.18, lightness: 0.29%. HSV value (or HSB Brightness) of color is 0.34% and HSV saturation: 0.3%. Process color model (Four color, CMYK) of #563C51 is Cyan = 0, Magento = 0.30, Yellow = 0.06 and Black (K on CMYK) = 0.66.

Color convert

RGB 86 60 81 -
CMYK 0 0.30 0.06 0.66
HSL 311.54º 0.18% 0.29% -
HSV(B) 311.54º 0.3% 0.34% -
XYZ 6.94 5.8 8.54 -
YUV 70.17 134.11 139.29 -
System Red Green Blue C M Y K H S L
Decimal 86 60 81 0 0.30 0.06 0.66 311.54 0.18 0.29
Hex 56 3C 51 0 1E 6 42 138 12 1D
Octal 126 74 121 0 36 6 102 470 22 35
Binary 1010110 111100 1010001 0 11110 110 1000010 100111000 10010 11101

Color Harmonies of #563C51

Triadic Colors

Analogous colors

Split complements colors

Complementary color

Monochromatic Colors of #563C51

Black with #563C51

Text Example


Text Example

White with #563C51

Text Example


Text Example

HTML Codes & Css Web design

color css

<style>
 p { color: #563C51; }

 p { color: rgb(86,60,81); }

 H1.HeaderClassName
 {
   color: #563C51;
 }
 .AnyTagClassName
 {
   color: #563C51;
 }
</style>

background-color css

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

 a { background-color: rgb(86,60,81); }

 div.DivClassName
 {
   background-color: #563C51;
 }
 .BgClassName
 {
   background-color: #563C51;
 }
</style>

border-color css

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

 span { border-color: rgb(86,60,81); }

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