Html Css Color HEX #554450 Purple Taupe

📋 copy color: '#554450'

red 85 ◦ green 68 ◦ blue 80

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

Shades of Purple Taupe #554450

Tints of Purple Taupe #554450

RGB

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

 GREEN value IS 68 (26.95% from 255) = 29.18%

 BLUE value IS 80 (31.64% from 255) = 34.33%

R = 36.48%
G = 29.18%
B = 34.33%

CMYK

 C value IS 0

 M value IS 0.20

 Y value IS 0.06

 K value IS 0.67

RGB Variations

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

Color information

#554450 (or 0x554450) is known color: Purple Taupe. HEX triplet: 55, 44 and 50. RGB value is (85,68,80). Sum of RGB (Red+Green+Blue) = 85+68+80=233 (30% of max value = 765). Red value is 85 (33.59% from 255 or 36.48% from 233); Green value is 68 (26.95% from 255 or 29.18% from 233); Blue value is 80 (31.64% from 255 or 34.33% from 233); Max value from RGB is 85 - color contains mainly: red. Hex color #554450 is not a web safe color. Web safe color analog (approx): #663366. Inversed color of #554450 is #AABBAF. Grayscale: #4A4A4A. Windows color (decimal): -11189168 or 5260373. OLE color: 5260373.

HSL color Cylindrical-coordinate representation of color #554450: hue angle of 317.65º degrees, saturation: 0.11, lightness: 0.3%. HSV value (or HSB Brightness) of color is 0.33% and HSV saturation: 0.2%. Process color model (Four color, CMYK) of #554450 is Cyan = 0, Magento = 0.20, Yellow = 0.06 and Black (K on CMYK) = 0.67.

Color convert

RGB 85 68 80 -
CMYK 0 0.20 0.06 0.67
HSL 317.65º 0.11% 0.3% -
HSV(B) 317.65º 0.2% 0.33% -
XYZ 7.26 6.64 8.49 -
YUV 74.45 131.13 135.52 -
System Red Green Blue C M Y K H S L
Decimal 85 68 80 0 0.20 0.06 0.67 317.65 0.11 0.3
Hex 55 44 50 0 14 6 43 13E B 1E
Octal 125 104 120 0 24 6 103 476 13 36
Binary 1010101 1000100 1010000 0 10100 110 1000011 100111110 1011 11110

Color Harmonies of #554450

Triadic Colors

Analogous colors

Split complements colors

Complementary color

Monochromatic Colors of #554450

Black with #554450

Text Example


Text Example

White with #554450

Text Example


Text Example

HTML Codes & Css Web design

color css

<style>
 p { color: #554450; }

 p { color: rgb(85,68,80); }

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

background-color css

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

 a { background-color: rgb(85,68,80); }

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

border-color css

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

 span { border-color: rgb(85,68,80); }

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