Html Css Color HEX #563C53 Purple Taupe

📋 copy color: '#563C53'

red 86 ◦ green 60 ◦ blue 83

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

Shades of Purple Taupe #563C53

Tints of Purple Taupe #563C53

RGB

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

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

 BLUE value IS 83 (32.81% from 255) = 36.24%

R = 37.55%
G = 26.2%
B = 36.24%

CMYK

 C value IS 0

 M value IS 0.30

 Y value IS 0.03

 K value IS 0.66

RGB Variations

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

Color information

#563C53 (or 0x563C53) is known color: Purple Taupe. HEX triplet: 56, 3C and 53. RGB value is (86,60,83). Sum of RGB (Red+Green+Blue) = 86+60+83=229 (30% of max value = 765). Red value is 86 (33.98% from 255 or 37.55% from 229); Green value is 60 (23.83% from 255 or 26.20% from 229); Blue value is 83 (32.81% from 255 or 36.24% from 229); Max value from RGB is 86 - color contains mainly: red. Hex color #563C53 is not a web safe color. Web safe color analog (approx): #663366. Inversed color of #563C53 is #A9C3AC. Grayscale: #464646. Windows color (decimal): -11125677 or 5454934. OLE color: 5454934.

HSL color Cylindrical-coordinate representation of color #563C53: hue angle of 306.92º 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 #563C53 is Cyan = 0, Magento = 0.30, Yellow = 0.03 and Black (K on CMYK) = 0.66.

Color convert

RGB 86 60 83 -
CMYK 0 0.30 0.03 0.66
HSL 306.92º 0.18% 0.29% -
HSV(B) 306.92º 0.3% 0.34% -
XYZ 7.01 5.83 8.94 -
YUV 70.4 135.11 139.13 -
System Red Green Blue C M Y K H S L
Decimal 86 60 83 0 0.30 0.03 0.66 306.92 0.18 0.29
Hex 56 3C 53 0 1E 3 42 133 12 1D
Octal 126 74 123 0 36 3 102 463 22 35
Binary 1010110 111100 1010011 0 11110 11 1000010 100110011 10010 11101

Color Harmonies of #563C53

Triadic Colors

Analogous colors

Split complements colors

Complementary color

Monochromatic Colors of #563C53

Black with #563C53

Text Example


Text Example

White with #563C53

Text Example


Text Example

HTML Codes & Css Web design

color css

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

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

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

background-color css

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

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

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

border-color css

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

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

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