Html Css Color HEX #553B54 Purple Taupe

📋 copy color: '#553B54'

red 85 ◦ green 59 ◦ blue 84

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

Shades of Purple Taupe #553B54

Tints of Purple Taupe #553B54

RGB

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

 GREEN value IS 59 (23.44% from 255) = 25.88%

 BLUE value IS 84 (33.2% from 255) = 36.84%

R = 37.28%
G = 25.88%
B = 36.84%

CMYK

 C value IS 0

 M value IS 0.31

 Y value IS 0.01

 K value IS 0.67

RGB Variations

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

Color information

#553B54 (or 0x553B54) is known color: Purple Taupe. HEX triplet: 55, 3B and 54. RGB value is (85,59,84). Sum of RGB (Red+Green+Blue) = 85+59+84=228 (30% of max value = 765). Red value is 85 (33.59% from 255 or 37.28% from 228); Green value is 59 (23.44% from 255 or 25.88% from 228); Blue value is 84 (33.20% from 255 or 36.84% from 228); Max value from RGB is 85 - color contains mainly: red. Hex color #553B54 is not a web safe color. Web safe color analog (approx): #663366. Inversed color of #553B54 is #AAC4AB. Grayscale: #454545. Windows color (decimal): -11191468 or 5520213. OLE color: 5520213.

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

Color convert

RGB 85 59 84 -
CMYK 0 0.31 0.01 0.67
HSL 302.31º 0.18% 0.28% -
HSV(B) 302.31º 0.31% 0.33% -
XYZ 6.91 5.7 9.12 -
YUV 69.62 136.11 138.97 -
System Red Green Blue C M Y K H S L
Decimal 85 59 84 0 0.31 0.01 0.67 302.31 0.18 0.28
Hex 55 3B 54 0 1F 1 43 12E 12 1C
Octal 125 73 124 0 37 1 103 456 22 34
Binary 1010101 111011 1010100 0 11111 1 1000011 100101110 10010 11100

Color Harmonies of #553B54

Triadic Colors

Analogous colors

Split complements colors

Complementary color

Monochromatic Colors of #553B54

Black with #553B54

Text Example


Text Example

White with #553B54

Text Example


Text Example

HTML Codes & Css Web design

color css

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

 p { color: rgb(85,59,84); }

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

background-color css

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

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

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

border-color css

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

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

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