Html Css Color HEX #584056 Purple Taupe

📋 copy color: '#584056'

red 88 ◦ green 64 ◦ blue 86

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

Shades of Purple Taupe #584056

Tints of Purple Taupe #584056

RGB

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

 GREEN value IS 64 (25.39% from 255) = 26.89%

 BLUE value IS 86 (33.98% from 255) = 36.13%

R = 36.97%
G = 26.89%
B = 36.13%

CMYK

 C value IS 0

 M value IS 0.27

 Y value IS 0.02

 K value IS 0.65

RGB Variations

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

Color information

#584056 (or 0x584056) is known color: Purple Taupe. HEX triplet: 58, 40 and 56. RGB value is (88,64,86). Sum of RGB (Red+Green+Blue) = 88+64+86=238 (31% of max value = 765). Red value is 88 (34.77% from 255 or 36.97% from 238); Green value is 64 (25.39% from 255 or 26.89% from 238); Blue value is 86 (33.98% from 255 or 36.13% from 238); Max value from RGB is 88 - color contains mainly: red. Hex color #584056 is not a web safe color. Web safe color analog (approx): #663366. Inversed color of #584056 is #A7BFA9. Grayscale: #494949. Windows color (decimal): -10993578 or 5652568. OLE color: 5652568.

HSL color Cylindrical-coordinate representation of color #584056: hue angle of 305º degrees, saturation: 0.16, lightness: 0.3%. HSV value (or HSB Brightness) of color is 0.35% and HSV saturation: 0.27%. Process color model (Four color, CMYK) of #584056 is Cyan = 0, Magento = 0.27, Yellow = 0.02 and Black (K on CMYK) = 0.65.

Color convert

RGB 88 64 86 -
CMYK 0 0.27 0.02 0.65
HSL 305º 0.16% 0.3% -
HSV(B) 305º 0.27% 0.35% -
XYZ 7.54 6.41 9.64 -
YUV 73.68 134.95 138.21 -
System Red Green Blue C M Y K H S L
Decimal 88 64 86 0 0.27 0.02 0.65 305 0.16 0.3
Hex 58 40 56 0 1B 2 41 131 10 1E
Octal 130 100 126 0 33 2 101 461 20 36
Binary 1011000 1000000 1010110 0 11011 10 1000001 100110001 10000 11110

Color Harmonies of #584056

Triadic Colors

Analogous colors

Split complements colors

Complementary color

Monochromatic Colors of #584056

Black with #584056

Text Example


Text Example

White with #584056

Text Example


Text Example

HTML Codes & Css Web design

color css

<style>
 p { color: #584056; }

 p { color: rgb(88,64,86); }

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

background-color css

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

 a { background-color: rgb(88,64,86); }

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

border-color css

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

 span { border-color: rgb(88,64,86); }

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