Html Css Color HEX #555255 Purple Taupe

📋 copy color: '#555255'

red 85 ◦ green 82 ◦ blue 85

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

Shades of Purple Taupe #555255

Tints of Purple Taupe #555255

RGB

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

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

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

R = 33.73%
G = 32.54%
B = 33.73%

CMYK

 C value IS 0

 M value IS 0.04

 Y value IS 0

 K value IS 0.67

RGB Variations

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

Color information

#555255 (or 0x555255) is known color: Purple Taupe. HEX triplet: 55, 52 and 55. RGB value is (85,82,85). Sum of RGB (Red+Green+Blue) = 85+82+85=252 (33% of max value = 765). Red value is 85 (33.59% from 255 or 33.73% from 252); Green value is 82 (32.42% from 255 or 32.54% from 252); Blue value is 85 (33.59% from 255 or 33.73% from 252); Max value from RGB is 85 - color contains mainly: red, blue. Hex color #555255 is not a web safe color. Web safe color analog (approx): #666666. Inversed color of #555255 is #AAADAA. Grayscale: #535353. Windows color (decimal): -11185579 or 5591637. OLE color: 5591637.

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

Color convert

RGB 85 82 85 -
CMYK 0 0.04 0 0.67
HSL 300º 0.02% 0.33% -
HSV(B) 300º 0.04% 0.33% -
XYZ 8.4 8.62 9.82 -
YUV 83.24 128.99 129.26 -
System Red Green Blue C M Y K H S L
Decimal 85 82 85 0 0.04 0 0.67 300 0.02 0.33
Hex 55 52 55 0 4 0 43 12C 2 21
Octal 125 122 125 0 4 0 103 454 2 41
Binary 1010101 1010010 1010101 0 100 0 1000011 100101100 10 100001

Color Harmonies of #555255

Triadic Colors

Analogous colors

Split complements colors

Complementary color

Monochromatic Colors of #555255

Black with #555255

Text Example


Text Example

White with #555255

Text Example


Text Example

HTML Codes & Css Web design

color css

<style>
 p { color: #555255; }

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

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

background-color css

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

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

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

border-color css

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

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

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