Html Css Color HEX #553A53 Purple Taupe

📋 copy color: '#553A53'

red 85 ◦ green 58 ◦ blue 83

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

Shades of Purple Taupe #553A53

Tints of Purple Taupe #553A53

RGB

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

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

 BLUE value IS 83 (32.81% from 255) = 36.73%

R = 37.61%
G = 25.66%
B = 36.73%

CMYK

 C value IS 0

 M value IS 0.32

 Y value IS 0.02

 K value IS 0.67

RGB Variations

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

Color information

#553A53 (or 0x553A53) is known color: Purple Taupe. HEX triplet: 55, 3A and 53. RGB value is (85,58,83). Sum of RGB (Red+Green+Blue) = 85+58+83=226 (29% of max value = 765). Red value is 85 (33.59% from 255 or 37.61% from 226); Green value is 58 (23.05% from 255 or 25.66% from 226); Blue value is 83 (32.81% from 255 or 36.73% from 226); Max value from RGB is 85 - color contains mainly: red. Hex color #553A53 is not a web safe color. Web safe color analog (approx): #663366. Inversed color of #553A53 is #AAC5AC. Grayscale: #444444. Windows color (decimal): -11191725 or 5454421. OLE color: 5454421.

HSL color Cylindrical-coordinate representation of color #553A53: hue angle of 304.44º 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 #553A53 is Cyan = 0, Magento = 0.32, Yellow = 0.02 and Black (K on CMYK) = 0.67.

Color convert

RGB 85 58 83 -
CMYK 0 0.32 0.02 0.67
HSL 304.44º 0.19% 0.28% -
HSV(B) 304.44º 0.32% 0.33% -
XYZ 6.82 5.58 8.9 -
YUV 68.92 135.95 139.47 -
System Red Green Blue C M Y K H S L
Decimal 85 58 83 0 0.32 0.02 0.67 304.44 0.19 0.28
Hex 55 3A 53 0 20 2 43 130 13 1C
Octal 125 72 123 0 40 2 103 460 23 34
Binary 1010101 111010 1010011 0 100000 10 1000011 100110000 10011 11100

Color Harmonies of #553A53

Triadic Colors

Analogous colors

Split complements colors

Complementary color

Monochromatic Colors of #553A53

Black with #553A53

Text Example


Text Example

White with #553A53

Text Example


Text Example

HTML Codes & Css Web design

color css

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

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

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

background-color css

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

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

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

border-color css

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

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

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