Html Css Color HEX #563F54 Purple Taupe

📋 copy color: '#563F54'

red 86 ◦ green 63 ◦ blue 84

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

Shades of Purple Taupe #563F54

Tints of Purple Taupe #563F54

RGB

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

 GREEN value IS 63 (25% from 255) = 27.04%

 BLUE value IS 84 (33.2% from 255) = 36.05%

R = 36.91%
G = 27.04%
B = 36.05%

CMYK

 C value IS 0

 M value IS 0.27

 Y value IS 0.02

 K value IS 0.66

RGB Variations

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

Color information

#563F54 (or 0x563F54) is known color: Purple Taupe. HEX triplet: 56, 3F and 54. RGB value is (86,63,84). Sum of RGB (Red+Green+Blue) = 86+63+84=233 (30% of max value = 765). Red value is 86 (33.98% from 255 or 36.91% from 233); Green value is 63 (25% from 255 or 27.04% from 233); Blue value is 84 (33.20% from 255 or 36.05% from 233); Max value from RGB is 86 - color contains mainly: red. Hex color #563F54 is not a web safe color. Web safe color analog (approx): #663366. Inversed color of #563F54 is #A9C0AB. Grayscale: #484848. Windows color (decimal): -11124908 or 5521238. OLE color: 5521238.

HSL color Cylindrical-coordinate representation of color #563F54: hue angle of 305.22º degrees, saturation: 0.15, lightness: 0.29%. HSV value (or HSB Brightness) of color is 0.34% and HSV saturation: 0.27%. Process color model (Four color, CMYK) of #563F54 is Cyan = 0, Magento = 0.27, Yellow = 0.02 and Black (K on CMYK) = 0.66.

Color convert

RGB 86 63 84 -
CMYK 0 0.27 0.02 0.66
HSL 305.22º 0.15% 0.29% -
HSV(B) 305.22º 0.27% 0.34% -
XYZ 7.22 6.17 9.2 -
YUV 72.27 134.62 137.79 -
System Red Green Blue C M Y K H S L
Decimal 86 63 84 0 0.27 0.02 0.66 305.22 0.15 0.29
Hex 56 3F 54 0 1B 2 42 131 F 1D
Octal 126 77 124 0 33 2 102 461 17 35
Binary 1010110 111111 1010100 0 11011 10 1000010 100110001 1111 11101

Color Harmonies of #563F54

Triadic Colors

Analogous colors

Split complements colors

Complementary color

Monochromatic Colors of #563F54

Black with #563F54

Text Example


Text Example

White with #563F54

Text Example


Text Example

HTML Codes & Css Web design

color css

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

 p { color: rgb(86,63,84); }

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

background-color css

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

 a { background-color: rgb(86,63,84); }

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

border-color css

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

 span { border-color: rgb(86,63,84); }

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