Html Css Color HEX #553650 Purple Taupe

📋 copy color: '#553650'

red 85 ◦ green 54 ◦ blue 80

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

Shades of Purple Taupe #553650

Tints of Purple Taupe #553650

RGB

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

 GREEN value IS 54 (21.48% from 255) = 24.66%

 BLUE value IS 80 (31.64% from 255) = 36.53%

R = 38.81%
G = 24.66%
B = 36.53%

CMYK

 C value IS 0

 M value IS 0.36

 Y value IS 0.06

 K value IS 0.67

RGB Variations

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

Color information

#553650 (or 0x553650) is known color: Purple Taupe. HEX triplet: 55, 36 and 50. RGB value is (85,54,80). Sum of RGB (Red+Green+Blue) = 85+54+80=219 (29% of max value = 765). Red value is 85 (33.59% from 255 or 38.81% from 219); Green value is 54 (21.48% from 255 or 24.66% from 219); Blue value is 80 (31.64% from 255 or 36.53% from 219); Max value from RGB is 85 - color contains mainly: red. Hex color #553650 is not a web safe color. Web safe color analog (approx): #663366. Inversed color of #553650 is #AAC9AF. Grayscale: #424242. Windows color (decimal): -11192752 or 5256789. OLE color: 5256789.

HSL color Cylindrical-coordinate representation of color #553650: hue angle of 309.68º degrees, saturation: 0.22, lightness: 0.27%. HSV value (or HSB Brightness) of color is 0.33% and HSV saturation: 0.36%. Process color model (Four color, CMYK) of #553650 is Cyan = 0, Magento = 0.36, Yellow = 0.06 and Black (K on CMYK) = 0.67.

Color convert

RGB 85 54 80 -
CMYK 0 0.36 0.06 0.67
HSL 309.68º 0.22% 0.27% -
HSV(B) 309.68º 0.36% 0.33% -
XYZ 6.51 5.15 8.24 -
YUV 66.23 135.77 141.39 -
System Red Green Blue C M Y K H S L
Decimal 85 54 80 0 0.36 0.06 0.67 309.68 0.22 0.27
Hex 55 36 50 0 24 6 43 136 16 1B
Octal 125 66 120 0 44 6 103 466 26 33
Binary 1010101 110110 1010000 0 100100 110 1000011 100110110 10110 11011

Color Harmonies of #553650

Triadic Colors

Analogous colors

Split complements colors

Complementary color

Monochromatic Colors of #553650

Black with #553650

Text Example


Text Example

White with #553650

Text Example


Text Example

HTML Codes & Css Web design

color css

<style>
 p { color: #553650; }

 p { color: rgb(85,54,80); }

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

background-color css

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

 a { background-color: rgb(85,54,80); }

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

border-color css

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

 span { border-color: rgb(85,54,80); }

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