Html Css Color HEX #5F4158 Purple Taupe

📋 copy color: '#5F4158'

red 95 ◦ green 65 ◦ blue 88

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

Shades of Purple Taupe #5F4158

Tints of Purple Taupe #5F4158

RGB

 RED value IS 95 (37.5% from 255) = 38.31%

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

 BLUE value IS 88 (34.77% from 255) = 35.48%

R = 38.31%
G = 26.21%
B = 35.48%

CMYK

 C value IS 0

 M value IS 0.32

 Y value IS 0.07

 K value IS 0.63

RGB Variations

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

Color information

#5F4158 (or 0x5F4158) is known color: Purple Taupe. HEX triplet: 5F, 41 and 58. RGB value is (95,65,88). Sum of RGB (Red+Green+Blue) = 95+65+88=248 (32% of max value = 765). Red value is 95 (37.5% from 255 or 38.31% from 248); Green value is 65 (25.78% from 255 or 26.21% from 248); Blue value is 88 (34.77% from 255 or 35.48% from 248); Max value from RGB is 95 - color contains mainly: red. Hex color #5F4158 is not a web safe color. Web safe color analog (approx): #663366. Inversed color of #5F4158 is #A0BEA7. Grayscale: #4C4C4C. Windows color (decimal): -10534568 or 5783903. OLE color: 5783903.

HSL color Cylindrical-coordinate representation of color #5F4158: hue angle of 314º degrees, saturation: 0.19, lightness: 0.31%. HSV value (or HSB Brightness) of color is 0.37% and HSV saturation: 0.32%. Process color model (Four color, CMYK) of #5F4158 is Cyan = 0, Magento = 0.32, Yellow = 0.07 and Black (K on CMYK) = 0.63.

Color convert

RGB 95 65 88 -
CMYK 0 0.32 0.07 0.63
HSL 314º 0.19% 0.31% -
HSV(B) 314º 0.32% 0.37% -
XYZ 8.37 6.92 10.13 -
YUV 76.59 134.44 141.13 -
System Red Green Blue C M Y K H S L
Decimal 95 65 88 0 0.32 0.07 0.63 314 0.19 0.31
Hex 5F 41 58 0 20 7 3F 13A 13 1F
Octal 137 101 130 0 40 7 77 472 23 37
Binary 1011111 1000001 1011000 0 100000 111 111111 100111010 10011 11111

Color Harmonies of #5F4158

Triadic Colors

Analogous colors

Split complements colors

Complementary color

Monochromatic Colors of #5F4158

Black with #5F4158

Text Example


Text Example

White with #5F4158

Text Example


Text Example

HTML Codes & Css Web design

color css

<style>
 p { color: #5F4158; }

 p { color: rgb(95,65,88); }

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

background-color css

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

 a { background-color: rgb(95,65,88); }

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

border-color css

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

 span { border-color: rgb(95,65,88); }

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