Html Css Color HEX #55414F Purple Taupe

📋 copy color: '#55414F'

red 85 ◦ green 65 ◦ blue 79

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

Shades of Purple Taupe #55414F

Tints of Purple Taupe #55414F

RGB

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

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

 BLUE value IS 79 (31.25% from 255) = 34.5%

R = 37.12%
G = 28.38%
B = 34.5%

CMYK

 C value IS 0

 M value IS 0.24

 Y value IS 0.07

 K value IS 0.67

RGB Variations

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

Color information

#55414F (or 0x55414F) is known color: Purple Taupe. HEX triplet: 55, 41 and 4F. RGB value is (85,65,79). Sum of RGB (Red+Green+Blue) = 85+65+79=229 (30% of max value = 765). Red value is 85 (33.59% from 255 or 37.12% from 229); Green value is 65 (25.78% from 255 or 28.38% from 229); Blue value is 79 (31.25% from 255 or 34.50% from 229); Max value from RGB is 85 - color contains mainly: red. Hex color #55414F is not a web safe color. Web safe color analog (approx): #663366. Inversed color of #55414F is #AABEB0. Grayscale: #484848. Windows color (decimal): -11189937 or 5194069. OLE color: 5194069.

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

Color convert

RGB 85 65 79 -
CMYK 0 0.24 0.07 0.67
HSL 318º 0.13% 0.29% -
HSV(B) 318º 0.24% 0.33% -
XYZ 7.05 6.28 8.24 -
YUV 72.58 131.63 136.86 -
System Red Green Blue C M Y K H S L
Decimal 85 65 79 0 0.24 0.07 0.67 318 0.13 0.29
Hex 55 41 4F 0 18 7 43 13E D 1D
Octal 125 101 117 0 30 7 103 476 15 35
Binary 1010101 1000001 1001111 0 11000 111 1000011 100111110 1101 11101

Color Harmonies of #55414F

Triadic Colors

Analogous colors

Split complements colors

Complementary color

Monochromatic Colors of #55414F

Black with #55414F

Text Example


Text Example

White with #55414F

Text Example


Text Example

HTML Codes & Css Web design

color css

<style>
 p { color: #55414F; }

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

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

background-color css

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

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

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

border-color css

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

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

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