Html Css Color HEX #553952 Purple Taupe

📋 copy color: '#553952'

red 85 ◦ green 57 ◦ blue 82

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

Shades of Purple Taupe #553952

Tints of Purple Taupe #553952

RGB

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

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

 BLUE value IS 82 (32.42% from 255) = 36.61%

R = 37.95%
G = 25.45%
B = 36.61%

CMYK

 C value IS 0

 M value IS 0.33

 Y value IS 0.04

 K value IS 0.67

RGB Variations

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

Color information

#553952 (or 0x553952) is known color: Purple Taupe. HEX triplet: 55, 39 and 52. RGB value is (85,57,82). Sum of RGB (Red+Green+Blue) = 85+57+82=224 (29% of max value = 765). Red value is 85 (33.59% from 255 or 37.95% from 224); Green value is 57 (22.66% from 255 or 25.45% from 224); Blue value is 82 (32.42% from 255 or 36.61% from 224); Max value from RGB is 85 - color contains mainly: red. Hex color #553952 is not a web safe color. Web safe color analog (approx): #663366. Inversed color of #553952 is #AAC6AD. Grayscale: #444444. Windows color (decimal): -11191982 or 5388629. OLE color: 5388629.

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

Color convert

RGB 85 57 82 -
CMYK 0 0.33 0.04 0.67
HSL 306.43º 0.2% 0.28% -
HSV(B) 306.43º 0.33% 0.33% -
XYZ 6.73 5.47 8.68 -
YUV 68.22 135.78 139.97 -
System Red Green Blue C M Y K H S L
Decimal 85 57 82 0 0.33 0.04 0.67 306.43 0.2 0.28
Hex 55 39 52 0 21 4 43 132 14 1C
Octal 125 71 122 0 41 4 103 462 24 34
Binary 1010101 111001 1010010 0 100001 100 1000011 100110010 10100 11100

Color Harmonies of #553952

Triadic Colors

Analogous colors

Split complements colors

Complementary color

Monochromatic Colors of #553952

Black with #553952

Text Example


Text Example

White with #553952

Text Example


Text Example

HTML Codes & Css Web design

color css

<style>
 p { color: #553952; }

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

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

background-color css

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

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

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

border-color css

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

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

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