Html Css Color HEX #565155 Purple Taupe

📋 copy color: '#565155'

red 86 ◦ green 81 ◦ blue 85

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

Shades of Purple Taupe #565155

Tints of Purple Taupe #565155

RGB

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

 GREEN value IS 81 (32.03% from 255) = 32.14%

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

R = 34.13%
G = 32.14%
B = 33.73%

CMYK

 C value IS 0

 M value IS 0.06

 Y value IS 0.01

 K value IS 0.66

RGB Variations

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

Color information

#565155 (or 0x565155) is known color: Purple Taupe. HEX triplet: 56, 51 and 55. RGB value is (86,81,85). Sum of RGB (Red+Green+Blue) = 86+81+85=252 (33% of max value = 765). Red value is 86 (33.98% from 255 or 34.13% from 252); Green value is 81 (32.03% from 255 or 32.14% from 252); Blue value is 85 (33.59% from 255 or 33.73% from 252); Max value from RGB is 86 - color contains mainly: red. Hex color #565155 is not a web safe color. Web safe color analog (approx): #666666. Inversed color of #565155 is #A9AEAA. Grayscale: #525252. Windows color (decimal): -11120299 or 5591382. OLE color: 5591382.

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

Color convert

RGB 86 81 85 -
CMYK 0 0.06 0.01 0.66
HSL 312º 0.03% 0.33% -
HSV(B) 312º 0.06% 0.34% -
XYZ 8.42 8.52 9.79 -
YUV 82.95 129.16 130.17 -
System Red Green Blue C M Y K H S L
Decimal 86 81 85 0 0.06 0.01 0.66 312 0.03 0.33
Hex 56 51 55 0 6 1 42 138 3 21
Octal 126 121 125 0 6 1 102 470 3 41
Binary 1010110 1010001 1010101 0 110 1 1000010 100111000 11 100001

Color Harmonies of #565155

Triadic Colors

Analogous colors

Split complements colors

Complementary color

Monochromatic Colors of #565155

Black with #565155

Text Example


Text Example

White with #565155

Text Example


Text Example

HTML Codes & Css Web design

color css

<style>
 p { color: #565155; }

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

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

background-color css

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

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

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

border-color css

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

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

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