Html Css Color HEX #553A4B Purple Taupe

📋 copy color: '#553A4B'

red 85 ◦ green 58 ◦ blue 75

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

Shades of Purple Taupe #553A4B

Tints of Purple Taupe #553A4B

RGB

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

 GREEN value IS 58 (23.05% from 255) = 26.61%

 BLUE value IS 75 (29.69% from 255) = 34.4%

R = 38.99%
G = 26.61%
B = 34.4%

CMYK

 C value IS 0

 M value IS 0.32

 Y value IS 0.12

 K value IS 0.67

RGB Variations

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

Color information

#553A4B (or 0x553A4B) is known color: Purple Taupe. HEX triplet: 55, 3A and 4B. RGB value is (85,58,75). Sum of RGB (Red+Green+Blue) = 85+58+75=218 (28% of max value = 765). Red value is 85 (33.59% from 255 or 38.99% from 218); Green value is 58 (23.05% from 255 or 26.61% from 218); Blue value is 75 (29.69% from 255 or 34.40% from 218); Max value from RGB is 85 - color contains mainly: red. Hex color #553A4B is not a web safe color. Web safe color analog (approx): #663333. Inversed color of #553A4B is #AAC5B4. Grayscale: #434343. Windows color (decimal): -11191733 or 4930133. OLE color: 4930133.

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

Color convert

RGB 85 58 75 -
CMYK 0 0.32 0.12 0.67
HSL 322.22º 0.19% 0.28% -
HSV(B) 322.22º 0.32% 0.33% -
XYZ 6.53 5.47 7.37 -
YUV 68.01 131.95 140.12 -
System Red Green Blue C M Y K H S L
Decimal 85 58 75 0 0.32 0.12 0.67 322.22 0.19 0.28
Hex 55 3A 4B 0 20 C 43 142 13 1C
Octal 125 72 113 0 40 14 103 502 23 34
Binary 1010101 111010 1001011 0 100000 1100 1000011 101000010 10011 11100

Color Harmonies of #553A4B

Triadic Colors

Analogous colors

Split complements colors

Complementary color

Monochromatic Colors of #553A4B

Black with #553A4B

Text Example


Text Example

White with #553A4B

Text Example


Text Example

HTML Codes & Css Web design

color css

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

 p { color: rgb(85,58,75); }

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

background-color css

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

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

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

border-color css

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

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

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