Html Css Color HEX #554653 Purple Taupe

📋 copy color: '#554653'

red 85 ◦ green 70 ◦ blue 83

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

Shades of Purple Taupe #554653

Tints of Purple Taupe #554653

RGB

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

 GREEN value IS 70 (27.73% from 255) = 29.41%

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

R = 35.71%
G = 29.41%
B = 34.87%

CMYK

 C value IS 0

 M value IS 0.18

 Y value IS 0.02

 K value IS 0.67

RGB Variations

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

Color information

#554653 (or 0x554653) is known color: Purple Taupe. HEX triplet: 55, 46 and 53. RGB value is (85,70,83). Sum of RGB (Red+Green+Blue) = 85+70+83=238 (31% of max value = 765). Red value is 85 (33.59% from 255 or 35.71% from 238); Green value is 70 (27.73% from 255 or 29.41% from 238); Blue value is 83 (32.81% from 255 or 34.87% from 238); Max value from RGB is 85 - color contains mainly: red. Hex color #554653 is not a web safe color. Web safe color analog (approx): #663366. Inversed color of #554653 is #AAB9AC. Grayscale: #4B4B4B. Windows color (decimal): -11188653 or 5457493. OLE color: 5457493.

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

Color convert

RGB 85 70 83 -
CMYK 0 0.18 0.02 0.67
HSL 308º 0.1% 0.3% -
HSV(B) 308º 0.18% 0.33% -
XYZ 7.5 6.94 9.13 -
YUV 75.97 131.97 134.44 -
System Red Green Blue C M Y K H S L
Decimal 85 70 83 0 0.18 0.02 0.67 308 0.1 0.3
Hex 55 46 53 0 12 2 43 134 A 1E
Octal 125 106 123 0 22 2 103 464 12 36
Binary 1010101 1000110 1010011 0 10010 10 1000011 100110100 1010 11110

Color Harmonies of #554653

Triadic Colors

Analogous colors

Split complements colors

Complementary color

Monochromatic Colors of #554653

Black with #554653

Text Example


Text Example

White with #554653

Text Example


Text Example

HTML Codes & Css Web design

color css

<style>
 p { color: #554653; }

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

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

background-color css

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

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

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

border-color css

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

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

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