Html Css Color HEX #584F57 Purple Taupe

📋 copy color: '#584F57'

red 88 ◦ green 79 ◦ blue 87

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

Shades of Purple Taupe #584F57

Tints of Purple Taupe #584F57

RGB

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

 GREEN value IS 79 (31.25% from 255) = 31.1%

 BLUE value IS 87 (34.38% from 255) = 34.25%

R = 34.65%
G = 31.1%
B = 34.25%

CMYK

 C value IS 0

 M value IS 0.10

 Y value IS 0.01

 K value IS 0.65

RGB Variations

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

Color information

#584F57 (or 0x584F57) is known color: Purple Taupe. HEX triplet: 58, 4F and 57. RGB value is (88,79,87). Sum of RGB (Red+Green+Blue) = 88+79+87=254 (33% of max value = 765). Red value is 88 (34.77% from 255 or 34.65% from 254); Green value is 79 (31.25% from 255 or 31.10% from 254); Blue value is 87 (34.38% from 255 or 34.25% from 254); Max value from RGB is 88 - color contains mainly: red. Hex color #584F57 is not a web safe color. Web safe color analog (approx): #666666. Inversed color of #584F57 is #A7B0A8. Grayscale: #525252. Windows color (decimal): -10989737 or 5721944. OLE color: 5721944.

HSL color Cylindrical-coordinate representation of color #584F57: hue angle of 306.67º degrees, saturation: 0.05, lightness: 0.33%. HSV value (or HSB Brightness) of color is 0.35% and HSV saturation: 0.1%. Process color model (Four color, CMYK) of #584F57 is Cyan = 0, Magento = 0.10, Yellow = 0.01 and Black (K on CMYK) = 0.65.

Color convert

RGB 88 79 87 -
CMYK 0 0.10 0.01 0.65
HSL 306.67º 0.05% 0.33% -
HSV(B) 306.67º 0.1% 0.35% -
XYZ 8.54 8.35 10.18 -
YUV 82.6 130.48 131.85 -
System Red Green Blue C M Y K H S L
Decimal 88 79 87 0 0.10 0.01 0.65 306.67 0.05 0.33
Hex 58 4F 57 0 A 1 41 133 5 21
Octal 130 117 127 0 12 1 101 463 5 41
Binary 1011000 1001111 1010111 0 1010 1 1000001 100110011 101 100001

Color Harmonies of #584F57

Triadic Colors

Analogous colors

Split complements colors

Complementary color

Monochromatic Colors of #584F57

Black with #584F57

Text Example


Text Example

White with #584F57

Text Example


Text Example

HTML Codes & Css Web design

color css

<style>
 p { color: #584F57; }

 p { color: rgb(88,79,87); }

 H1.HeaderClassName
 {
   color: #584F57;
 }
 .AnyTagClassName
 {
   color: #584F57;
 }
</style>

background-color css

<style>
 a { background-color: #584F57; }

 a { background-color: rgb(88,79,87); }

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

border-color css

<style>
 span { border-color: #584F57; }

 span { border-color: rgb(88,79,87); }

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