Html Css Color HEX #553F51 Purple Taupe

📋 copy color: '#553F51'

red 85 ◦ green 63 ◦ blue 81

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

Shades of Purple Taupe #553F51

Tints of Purple Taupe #553F51

RGB

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

 GREEN value IS 63 (25% from 255) = 27.51%

 BLUE value IS 81 (32.03% from 255) = 35.37%

R = 37.12%
G = 27.51%
B = 35.37%

CMYK

 C value IS 0

 M value IS 0.26

 Y value IS 0.05

 K value IS 0.67

RGB Variations

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

Color information

#553F51 (or 0x553F51) is known color: Purple Taupe. HEX triplet: 55, 3F and 51. RGB value is (85,63,81). Sum of RGB (Red+Green+Blue) = 85+63+81=229 (30% of max value = 765). Red value is 85 (33.59% from 255 or 37.12% from 229); Green value is 63 (25% from 255 or 27.51% from 229); Blue value is 81 (32.03% from 255 or 35.37% from 229); Max value from RGB is 85 - color contains mainly: red. Hex color #553F51 is not a web safe color. Web safe color analog (approx): #663366. Inversed color of #553F51 is #AAC0AE. Grayscale: #474747. Windows color (decimal): -11190447 or 5324629. OLE color: 5324629.

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

Color convert

RGB 85 63 81 -
CMYK 0 0.26 0.05 0.67
HSL 310.91º 0.15% 0.29% -
HSV(B) 310.91º 0.26% 0.33% -
XYZ 7.01 6.08 8.59 -
YUV 71.63 133.29 137.54 -
System Red Green Blue C M Y K H S L
Decimal 85 63 81 0 0.26 0.05 0.67 310.91 0.15 0.29
Hex 55 3F 51 0 1A 5 43 137 F 1D
Octal 125 77 121 0 32 5 103 467 17 35
Binary 1010101 111111 1010001 0 11010 101 1000011 100110111 1111 11101

Color Harmonies of #553F51

Triadic Colors

Analogous colors

Split complements colors

Complementary color

Monochromatic Colors of #553F51

Black with #553F51

Text Example


Text Example

White with #553F51

Text Example


Text Example

HTML Codes & Css Web design

color css

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

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

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

background-color css

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

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

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

border-color css

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

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

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