Html Css Color HEX #554953 Purple Taupe

📋 copy color: '#554953'

red 85 ◦ green 73 ◦ blue 83

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

Shades of Purple Taupe #554953

Tints of Purple Taupe #554953

RGB

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

 GREEN value IS 73 (28.91% from 255) = 30.29%

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

R = 35.27%
G = 30.29%
B = 34.44%

CMYK

 C value IS 0

 M value IS 0.14

 Y value IS 0.02

 K value IS 0.67

RGB Variations

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

Color information

#554953 (or 0x554953) is known color: Purple Taupe. HEX triplet: 55, 49 and 53. RGB value is (85,73,83). Sum of RGB (Red+Green+Blue) = 85+73+83=241 (31% of max value = 765). Red value is 85 (33.59% from 255 or 35.27% from 241); Green value is 73 (28.91% from 255 or 30.29% from 241); Blue value is 83 (32.81% from 255 or 34.44% from 241); Max value from RGB is 85 - color contains mainly: red. Hex color #554953 is not a web safe color. Web safe color analog (approx): #663366. Inversed color of #554953 is #AAB6AC. Grayscale: #4D4D4D. Windows color (decimal): -11187885 or 5458261. OLE color: 5458261.

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

Color convert

RGB 85 73 83 -
CMYK 0 0.14 0.02 0.67
HSL 310º 0.08% 0.31% -
HSV(B) 310º 0.14% 0.33% -
XYZ 7.69 7.32 9.19 -
YUV 77.73 130.98 133.19 -
System Red Green Blue C M Y K H S L
Decimal 85 73 83 0 0.14 0.02 0.67 310 0.08 0.31
Hex 55 49 53 0 E 2 43 136 8 1F
Octal 125 111 123 0 16 2 103 466 10 37
Binary 1010101 1001001 1010011 0 1110 10 1000011 100110110 1000 11111

Color Harmonies of #554953

Triadic Colors

Analogous colors

Split complements colors

Complementary color

Monochromatic Colors of #554953

Black with #554953

Text Example


Text Example

White with #554953

Text Example


Text Example

HTML Codes & Css Web design

color css

<style>
 p { color: #554953; }

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

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

background-color css

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

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

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

border-color css

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

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

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