Html Css Color HEX #554753 Purple Taupe

📋 copy color: '#554753'

red 85 ◦ green 71 ◦ blue 83

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

Shades of Purple Taupe #554753

Tints of Purple Taupe #554753

RGB

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

 GREEN value IS 71 (28.13% from 255) = 29.71%

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

R = 35.56%
G = 29.71%
B = 34.73%

CMYK

 C value IS 0

 M value IS 0.16

 Y value IS 0.02

 K value IS 0.67

RGB Variations

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

Color information

#554753 (or 0x554753) is known color: Purple Taupe. HEX triplet: 55, 47 and 53. RGB value is (85,71,83). Sum of RGB (Red+Green+Blue) = 85+71+83=239 (31% of max value = 765). Red value is 85 (33.59% from 255 or 35.56% from 239); Green value is 71 (28.12% from 255 or 29.71% from 239); Blue value is 83 (32.81% from 255 or 34.73% from 239); Max value from RGB is 85 - color contains mainly: red. Hex color #554753 is not a web safe color. Web safe color analog (approx): #663366. Inversed color of #554753 is #AAB8AC. Grayscale: #4C4C4C. Windows color (decimal): -11188397 or 5457749. OLE color: 5457749.

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

Color convert

RGB 85 71 83 -
CMYK 0 0.16 0.02 0.67
HSL 308.57º 0.09% 0.31% -
HSV(B) 308.57º 0.16% 0.33% -
XYZ 7.56 7.06 9.15 -
YUV 76.55 131.64 134.02 -
System Red Green Blue C M Y K H S L
Decimal 85 71 83 0 0.16 0.02 0.67 308.57 0.09 0.31
Hex 55 47 53 0 10 2 43 135 9 1F
Octal 125 107 123 0 20 2 103 465 11 37
Binary 1010101 1000111 1010011 0 10000 10 1000011 100110101 1001 11111

Color Harmonies of #554753

Triadic Colors

Analogous colors

Split complements colors

Complementary color

Monochromatic Colors of #554753

Black with #554753

Text Example


Text Example

White with #554753

Text Example


Text Example

HTML Codes & Css Web design

color css

<style>
 p { color: #554753; }

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

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

background-color css

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

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

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

border-color css

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

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

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