Html Css Color HEX #5F435A Purple Taupe

📋 copy color: '#5F435A'

red 95 ◦ green 67 ◦ blue 90

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

Shades of Purple Taupe #5F435A

Tints of Purple Taupe #5F435A

RGB

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

 GREEN value IS 67 (26.56% from 255) = 26.59%

 BLUE value IS 90 (35.55% from 255) = 35.71%

R = 37.7%
G = 26.59%
B = 35.71%

CMYK

 C value IS 0

 M value IS 0.29

 Y value IS 0.05

 K value IS 0.63

RGB Variations

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

Color information

#5F435A (or 0x5F435A) is known color: Purple Taupe. HEX triplet: 5F, 43 and 5A. RGB value is (95,67,90). Sum of RGB (Red+Green+Blue) = 95+67+90=252 (33% of max value = 765). Red value is 95 (37.5% from 255 or 37.70% from 252); Green value is 67 (26.56% from 255 or 26.59% from 252); Blue value is 90 (35.55% from 255 or 35.71% from 252); Max value from RGB is 95 - color contains mainly: red. Hex color #5F435A is not a web safe color. Web safe color analog (approx): #663366. Inversed color of #5F435A is #A0BCA5. Grayscale: #4D4D4D. Windows color (decimal): -10534054 or 5915487. OLE color: 5915487.

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

Color convert

RGB 95 67 90 -
CMYK 0 0.29 0.05 0.63
HSL 310.71º 0.17% 0.32% -
HSV(B) 310.71º 0.29% 0.37% -
XYZ 8.57 7.19 10.61 -
YUV 77.99 134.78 140.13 -
System Red Green Blue C M Y K H S L
Decimal 95 67 90 0 0.29 0.05 0.63 310.71 0.17 0.32
Hex 5F 43 5A 0 1D 5 3F 137 11 20
Octal 137 103 132 0 35 5 77 467 21 40
Binary 1011111 1000011 1011010 0 11101 101 111111 100110111 10001 100000

Color Harmonies of #5F435A

Triadic Colors

Analogous colors

Split complements colors

Complementary color

Monochromatic Colors of #5F435A

Black with #5F435A

Text Example


Text Example

White with #5F435A

Text Example


Text Example

HTML Codes & Css Web design

color css

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

 p { color: rgb(95,67,90); }

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

background-color css

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

 a { background-color: rgb(95,67,90); }

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

border-color css

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

 span { border-color: rgb(95,67,90); }

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