Html Css Color HEX #563955 Purple Taupe

📋 copy color: '#563955'

red 86 ◦ green 57 ◦ blue 85

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

Shades of Purple Taupe #563955

Tints of Purple Taupe #563955

RGB

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

 GREEN value IS 57 (22.66% from 255) = 25%

 BLUE value IS 85 (33.59% from 255) = 37.28%

R = 37.72%
G = 25%
B = 37.28%

CMYK

 C value IS 0

 M value IS 0.34

 Y value IS 0.01

 K value IS 0.66

RGB Variations

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

Color information

#563955 (or 0x563955) is known color: Purple Taupe. HEX triplet: 56, 39 and 55. RGB value is (86,57,85). Sum of RGB (Red+Green+Blue) = 86+57+85=228 (30% of max value = 765). Red value is 86 (33.98% from 255 or 37.72% from 228); Green value is 57 (22.66% from 255 or 25% from 228); Blue value is 85 (33.59% from 255 or 37.28% from 228); Max value from RGB is 86 - color contains mainly: red. Hex color #563955 is not a web safe color. Web safe color analog (approx): #663366. Inversed color of #563955 is #A9C6AA. Grayscale: #444444. Windows color (decimal): -11126443 or 5585238. OLE color: 5585238.

HSL color Cylindrical-coordinate representation of color #563955: hue angle of 302.07º degrees, saturation: 0.2, lightness: 0.28%. HSV value (or HSB Brightness) of color is 0.34% and HSV saturation: 0.34%. Process color model (Four color, CMYK) of #563955 is Cyan = 0, Magento = 0.34, Yellow = 0.01 and Black (K on CMYK) = 0.66.

Color convert

RGB 86 57 85 -
CMYK 0 0.34 0.01 0.66
HSL 302.07º 0.2% 0.28% -
HSV(B) 302.07º 0.34% 0.34% -
XYZ 6.94 5.56 9.3 -
YUV 68.86 137.11 140.22 -
System Red Green Blue C M Y K H S L
Decimal 86 57 85 0 0.34 0.01 0.66 302.07 0.2 0.28
Hex 56 39 55 0 22 1 42 12E 14 1C
Octal 126 71 125 0 42 1 102 456 24 34
Binary 1010110 111001 1010101 0 100010 1 1000010 100101110 10100 11100

Color Harmonies of #563955

Triadic Colors

Analogous colors

Split complements colors

Complementary color

Monochromatic Colors of #563955

Black with #563955

Text Example


Text Example

White with #563955

Text Example


Text Example

HTML Codes & Css Web design

color css

<style>
 p { color: #563955; }

 p { color: rgb(86,57,85); }

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

background-color css

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

 a { background-color: rgb(86,57,85); }

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

border-color css

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

 span { border-color: rgb(86,57,85); }

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