Html Css Color HEX #565255 Purple Taupe

📋 copy color: '#565255'

red 86 ◦ green 82 ◦ blue 85

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

Shades of Purple Taupe #565255

Tints of Purple Taupe #565255

RGB

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

 GREEN value IS 82 (32.42% from 255) = 32.41%

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

R = 33.99%
G = 32.41%
B = 33.6%

CMYK

 C value IS 0

 M value IS 0.05

 Y value IS 0.01

 K value IS 0.66

RGB Variations

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

Color information

#565255 (or 0x565255) is known color: Purple Taupe. HEX triplet: 56, 52 and 55. RGB value is (86,82,85). Sum of RGB (Red+Green+Blue) = 86+82+85=253 (33% of max value = 765). Red value is 86 (33.98% from 255 or 33.99% from 253); Green value is 82 (32.42% from 255 or 32.41% from 253); Blue value is 85 (33.59% from 255 or 33.60% from 253); Max value from RGB is 86 - color contains mainly: red. Hex color #565255 is not a web safe color. Web safe color analog (approx): #666666. Inversed color of #565255 is #A9ADAA. Grayscale: #535353. Windows color (decimal): -11120043 or 5591638. OLE color: 5591638.

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

Color convert

RGB 86 82 85 -
CMYK 0 0.05 0.01 0.66
HSL 315º 0.02% 0.33% -
HSV(B) 315º 0.05% 0.34% -
XYZ 8.49 8.67 9.82 -
YUV 83.54 128.83 129.76 -
System Red Green Blue C M Y K H S L
Decimal 86 82 85 0 0.05 0.01 0.66 315 0.02 0.33
Hex 56 52 55 0 5 1 42 13B 2 21
Octal 126 122 125 0 5 1 102 473 2 41
Binary 1010110 1010010 1010101 0 101 1 1000010 100111011 10 100001

Color Harmonies of #565255

Triadic Colors

Analogous colors

Split complements colors

Complementary color

Monochromatic Colors of #565255

Black with #565255

Text Example


Text Example

White with #565255

Text Example


Text Example

HTML Codes & Css Web design

color css

<style>
 p { color: #565255; }

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

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

background-color css

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

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

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

border-color css

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

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

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