Html Css Color HEX #5F4758 Purple Taupe

📋 copy color: '#5F4758'

red 95 ◦ green 71 ◦ blue 88

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

Shades of Purple Taupe #5F4758

Tints of Purple Taupe #5F4758

RGB

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

 GREEN value IS 71 (28.13% from 255) = 27.95%

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

R = 37.4%
G = 27.95%
B = 34.65%

CMYK

 C value IS 0

 M value IS 0.25

 Y value IS 0.07

 K value IS 0.63

RGB Variations

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

Color information

#5F4758 (or 0x5F4758) is known color: Purple Taupe. HEX triplet: 5F, 47 and 58. RGB value is (95,71,88). Sum of RGB (Red+Green+Blue) = 95+71+88=254 (33% of max value = 765). Red value is 95 (37.5% from 255 or 37.40% from 254); Green value is 71 (28.12% from 255 or 27.95% from 254); Blue value is 88 (34.77% from 255 or 34.65% from 254); Max value from RGB is 95 - color contains mainly: red. Hex color #5F4758 is not a web safe color. Web safe color analog (approx): #663366. Inversed color of #5F4758 is #A0B8A7. Grayscale: #505050. Windows color (decimal): -10533032 or 5785439. OLE color: 5785439.

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

Color convert

RGB 95 71 88 -
CMYK 0 0.25 0.07 0.63
HSL 317.5º 0.14% 0.33% -
HSV(B) 317.5º 0.25% 0.37% -
XYZ 8.73 7.64 10.25 -
YUV 80.11 132.45 138.62 -
System Red Green Blue C M Y K H S L
Decimal 95 71 88 0 0.25 0.07 0.63 317.5 0.14 0.33
Hex 5F 47 58 0 19 7 3F 13E E 21
Octal 137 107 130 0 31 7 77 476 16 41
Binary 1011111 1000111 1011000 0 11001 111 111111 100111110 1110 100001

Color Harmonies of #5F4758

Triadic Colors

Analogous colors

Split complements colors

Complementary color

Monochromatic Colors of #5F4758

Black with #5F4758

Text Example


Text Example

White with #5F4758

Text Example


Text Example

HTML Codes & Css Web design

color css

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

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

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

background-color css

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

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

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

border-color css

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

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

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