Html Css Color HEX #553E52 Purple Taupe

📋 copy color: '#553E52'

red 85 ◦ green 62 ◦ blue 82

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

Shades of Purple Taupe #553E52

Tints of Purple Taupe #553E52

RGB

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

 GREEN value IS 62 (24.61% from 255) = 27.07%

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

R = 37.12%
G = 27.07%
B = 35.81%

CMYK

 C value IS 0

 M value IS 0.27

 Y value IS 0.04

 K value IS 0.67

RGB Variations

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

Color information

#553E52 (or 0x553E52) is known color: Purple Taupe. HEX triplet: 55, 3E and 52. RGB value is (85,62,82). Sum of RGB (Red+Green+Blue) = 85+62+82=229 (30% of max value = 765). Red value is 85 (33.59% from 255 or 37.12% from 229); Green value is 62 (24.61% from 255 or 27.07% from 229); Blue value is 82 (32.42% from 255 or 35.81% from 229); Max value from RGB is 85 - color contains mainly: red. Hex color #553E52 is not a web safe color. Web safe color analog (approx): #663366. Inversed color of #553E52 is #AAC1AD. Grayscale: #474747. Windows color (decimal): -11190702 or 5389909. OLE color: 5389909.

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

Color convert

RGB 85 62 82 -
CMYK 0 0.27 0.04 0.67
HSL 307.83º 0.16% 0.29% -
HSV(B) 307.83º 0.27% 0.33% -
XYZ 6.99 5.99 8.77 -
YUV 71.16 134.12 137.87 -
System Red Green Blue C M Y K H S L
Decimal 85 62 82 0 0.27 0.04 0.67 307.83 0.16 0.29
Hex 55 3E 52 0 1B 4 43 134 10 1D
Octal 125 76 122 0 33 4 103 464 20 35
Binary 1010101 111110 1010010 0 11011 100 1000011 100110100 10000 11101

Color Harmonies of #553E52

Triadic Colors

Analogous colors

Split complements colors

Complementary color

Monochromatic Colors of #553E52

Black with #553E52

Text Example


Text Example

White with #553E52

Text Example


Text Example

HTML Codes & Css Web design

color css

<style>
 p { color: #553E52; }

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

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

background-color css

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

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

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

border-color css

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

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

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