Html Css Color HEX #554153 Purple Taupe

📋 copy color: '#554153'

red 85 ◦ green 65 ◦ blue 83

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

Shades of Purple Taupe #554153

Tints of Purple Taupe #554153

RGB

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

 GREEN value IS 65 (25.78% from 255) = 27.9%

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

R = 36.48%
G = 27.9%
B = 35.62%

CMYK

 C value IS 0

 M value IS 0.24

 Y value IS 0.02

 K value IS 0.67

RGB Variations

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

Color information

#554153 (or 0x554153) is known color: Purple Taupe. HEX triplet: 55, 41 and 53. RGB value is (85,65,83). Sum of RGB (Red+Green+Blue) = 85+65+83=233 (30% of max value = 765). Red value is 85 (33.59% from 255 or 36.48% from 233); Green value is 65 (25.78% from 255 or 27.90% from 233); Blue value is 83 (32.81% from 255 or 35.62% from 233); Max value from RGB is 85 - color contains mainly: red. Hex color #554153 is not a web safe color. Web safe color analog (approx): #663366. Inversed color of #554153 is #AABEAC. Grayscale: #484848. Windows color (decimal): -11189933 or 5456213. OLE color: 5456213.

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

Color convert

RGB 85 65 83 -
CMYK 0 0.24 0.02 0.67
HSL 306º 0.13% 0.29% -
HSV(B) 306º 0.24% 0.33% -
XYZ 7.2 6.34 9.03 -
YUV 73.03 133.63 136.54 -
System Red Green Blue C M Y K H S L
Decimal 85 65 83 0 0.24 0.02 0.67 306 0.13 0.29
Hex 55 41 53 0 18 2 43 132 D 1D
Octal 125 101 123 0 30 2 103 462 15 35
Binary 1010101 1000001 1010011 0 11000 10 1000011 100110010 1101 11101

Color Harmonies of #554153

Triadic Colors

Analogous colors

Split complements colors

Complementary color

Monochromatic Colors of #554153

Black with #554153

Text Example


Text Example

White with #554153

Text Example


Text Example

HTML Codes & Css Web design

color css

<style>
 p { color: #554153; }

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

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

background-color css

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

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

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

border-color css

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

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

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