Html Css Color HEX #5F4258 Purple Taupe

📋 copy color: '#5F4258'

red 95 ◦ green 66 ◦ blue 88

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

Shades of Purple Taupe #5F4258

Tints of Purple Taupe #5F4258

RGB

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

 GREEN value IS 66 (26.17% from 255) = 26.51%

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

R = 38.15%
G = 26.51%
B = 35.34%

CMYK

 C value IS 0

 M value IS 0.31

 Y value IS 0.07

 K value IS 0.63

RGB Variations

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

Color information

#5F4258 (or 0x5F4258) is known color: Purple Taupe. HEX triplet: 5F, 42 and 58. RGB value is (95,66,88). Sum of RGB (Red+Green+Blue) = 95+66+88=249 (32% of max value = 765). Red value is 95 (37.5% from 255 or 38.15% from 249); Green value is 66 (26.17% from 255 or 26.51% from 249); Blue value is 88 (34.77% from 255 or 35.34% from 249); Max value from RGB is 95 - color contains mainly: red. Hex color #5F4258 is not a web safe color. Web safe color analog (approx): #663366. Inversed color of #5F4258 is #A0BDA7. Grayscale: #4D4D4D. Windows color (decimal): -10534312 or 5784159. OLE color: 5784159.

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

Color convert

RGB 95 66 88 -
CMYK 0 0.31 0.07 0.63
HSL 314.48º 0.18% 0.32% -
HSV(B) 314.48º 0.31% 0.37% -
XYZ 8.43 7.03 10.15 -
YUV 77.18 134.11 140.71 -
System Red Green Blue C M Y K H S L
Decimal 95 66 88 0 0.31 0.07 0.63 314.48 0.18 0.32
Hex 5F 42 58 0 1F 7 3F 13A 12 20
Octal 137 102 130 0 37 7 77 472 22 40
Binary 1011111 1000010 1011000 0 11111 111 111111 100111010 10010 100000

Color Harmonies of #5F4258

Triadic Colors

Analogous colors

Split complements colors

Complementary color

Monochromatic Colors of #5F4258

Black with #5F4258

Text Example


Text Example

White with #5F4258

Text Example


Text Example

HTML Codes & Css Web design

color css

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

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

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

background-color css

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

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

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

border-color css

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

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

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