Html Css Color HEX #554150 Purple Taupe

📋 copy color: '#554150'

red 85 ◦ green 65 ◦ blue 80

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

Shades of Purple Taupe #554150

Tints of Purple Taupe #554150

RGB

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

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

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

R = 36.96%
G = 28.26%
B = 34.78%

CMYK

 C value IS 0

 M value IS 0.24

 Y value IS 0.06

 K value IS 0.67

RGB Variations

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

Color information

#554150 (or 0x554150) is known color: Purple Taupe. HEX triplet: 55, 41 and 50. RGB value is (85,65,80). Sum of RGB (Red+Green+Blue) = 85+65+80=230 (30% of max value = 765). Red value is 85 (33.59% from 255 or 36.96% from 230); Green value is 65 (25.78% from 255 or 28.26% from 230); Blue value is 80 (31.64% from 255 or 34.78% from 230); Max value from RGB is 85 - color contains mainly: red. Hex color #554150 is not a web safe color. Web safe color analog (approx): #663366. Inversed color of #554150 is #AABEAF. Grayscale: #484848. Windows color (decimal): -11189936 or 5259605. OLE color: 5259605.

HSL color Cylindrical-coordinate representation of color #554150: hue angle of 315º 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 #554150 is Cyan = 0, Magento = 0.24, Yellow = 0.06 and Black (K on CMYK) = 0.67.

Color convert

RGB 85 65 80 -
CMYK 0 0.24 0.06 0.67
HSL 315º 0.13% 0.29% -
HSV(B) 315º 0.24% 0.33% -
XYZ 7.08 6.29 8.43 -
YUV 72.69 132.13 136.78 -
System Red Green Blue C M Y K H S L
Decimal 85 65 80 0 0.24 0.06 0.67 315 0.13 0.29
Hex 55 41 50 0 18 6 43 13B D 1D
Octal 125 101 120 0 30 6 103 473 15 35
Binary 1010101 1000001 1010000 0 11000 110 1000011 100111011 1101 11101

Color Harmonies of #554150

Triadic Colors

Analogous colors

Split complements colors

Complementary color

Monochromatic Colors of #554150

Black with #554150

Text Example


Text Example

White with #554150

Text Example


Text Example

HTML Codes & Css Web design

color css

<style>
 p { color: #554150; }

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

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

background-color css

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

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

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

border-color css

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

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

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