Html Css Color HEX #584957 Purple Taupe

📋 copy color: '#584957'

red 88 ◦ green 73 ◦ blue 87

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

Shades of Purple Taupe #584957

Tints of Purple Taupe #584957

RGB

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

 GREEN value IS 73 (28.91% from 255) = 29.44%

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

R = 35.48%
G = 29.44%
B = 35.08%

CMYK

 C value IS 0

 M value IS 0.17

 Y value IS 0.01

 K value IS 0.65

RGB Variations

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

Color information

#584957 (or 0x584957) is known color: Purple Taupe. HEX triplet: 58, 49 and 57. RGB value is (88,73,87). Sum of RGB (Red+Green+Blue) = 88+73+87=248 (32% of max value = 765). Red value is 88 (34.77% from 255 or 35.48% from 248); Green value is 73 (28.91% from 255 or 29.44% from 248); Blue value is 87 (34.38% from 255 or 35.08% from 248); Max value from RGB is 88 - color contains mainly: red. Hex color #584957 is not a web safe color. Web safe color analog (approx): #663366. Inversed color of #584957 is #A7B6A8. Grayscale: #4F4F4F. Windows color (decimal): -10991273 or 5720408. OLE color: 5720408.

HSL color Cylindrical-coordinate representation of color #584957: hue angle of 304º degrees, saturation: 0.09, lightness: 0.32%. HSV value (or HSB Brightness) of color is 0.35% and HSV saturation: 0.17%. Process color model (Four color, CMYK) of #584957 is Cyan = 0, Magento = 0.17, Yellow = 0.01 and Black (K on CMYK) = 0.65.

Color convert

RGB 88 73 87 -
CMYK 0 0.17 0.01 0.65
HSL 304º 0.09% 0.32% -
HSV(B) 304º 0.17% 0.35% -
XYZ 8.13 7.53 10.04 -
YUV 79.08 132.47 134.36 -
System Red Green Blue C M Y K H S L
Decimal 88 73 87 0 0.17 0.01 0.65 304 0.09 0.32
Hex 58 49 57 0 11 1 41 130 9 20
Octal 130 111 127 0 21 1 101 460 11 40
Binary 1011000 1001001 1010111 0 10001 1 1000001 100110000 1001 100000

Color Harmonies of #584957

Triadic Colors

Analogous colors

Split complements colors

Complementary color

Monochromatic Colors of #584957

Black with #584957

Text Example


Text Example

White with #584957

Text Example


Text Example

HTML Codes & Css Web design

color css

<style>
 p { color: #584957; }

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

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

background-color css

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

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

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

border-color css

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

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

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