Html Css Color HEX #553553 Purple Taupe

📋 copy color: '#553553'

red 85 ◦ green 53 ◦ blue 83

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

Shades of Purple Taupe #553553

Tints of Purple Taupe #553553

RGB

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

 GREEN value IS 53 (21.09% from 255) = 23.98%

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

R = 38.46%
G = 23.98%
B = 37.56%

CMYK

 C value IS 0

 M value IS 0.38

 Y value IS 0.02

 K value IS 0.67

RGB Variations

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

Color information

#553553 (or 0x553553) is known color: Purple Taupe. HEX triplet: 55, 35 and 53. RGB value is (85,53,83). Sum of RGB (Red+Green+Blue) = 85+53+83=221 (29% of max value = 765). Red value is 85 (33.59% from 255 or 38.46% from 221); Green value is 53 (21.09% from 255 or 23.98% from 221); Blue value is 83 (32.81% from 255 or 37.56% from 221); Max value from RGB is 85 - color contains mainly: red. Hex color #553553 is not a web safe color. Web safe color analog (approx): #663366. Inversed color of #553553 is #AACAAC. Grayscale: #414141. Windows color (decimal): -11193005 or 5453141. OLE color: 5453141.

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

Color convert

RGB 85 53 83 -
CMYK 0 0.38 0.02 0.67
HSL 303.75º 0.23% 0.27% -
HSV(B) 303.75º 0.38% 0.33% -
XYZ 6.58 5.1 8.82 -
YUV 65.99 137.6 141.56 -
System Red Green Blue C M Y K H S L
Decimal 85 53 83 0 0.38 0.02 0.67 303.75 0.23 0.27
Hex 55 35 53 0 26 2 43 130 17 1B
Octal 125 65 123 0 46 2 103 460 27 33
Binary 1010101 110101 1010011 0 100110 10 1000011 100110000 10111 11011

Color Harmonies of #553553

Triadic Colors

Analogous colors

Split complements colors

Complementary color

Monochromatic Colors of #553553

Black with #553553

Text Example


Text Example

White with #553553

Text Example


Text Example

HTML Codes & Css Web design

color css

<style>
 p { color: #553553; }

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

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

background-color css

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

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

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

border-color css

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

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

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