Html Css Color HEX #585056 Purple Taupe

📋 copy color: '#585056'

red 88 ◦ green 80 ◦ blue 86

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

Shades of Purple Taupe #585056

Tints of Purple Taupe #585056

RGB

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

 GREEN value IS 80 (31.64% from 255) = 31.5%

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

R = 34.65%
G = 31.5%
B = 33.86%

CMYK

 C value IS 0

 M value IS 0.09

 Y value IS 0.02

 K value IS 0.65

RGB Variations

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

Color information

#585056 (or 0x585056) is known color: Purple Taupe. HEX triplet: 58, 50 and 56. RGB value is (88,80,86). Sum of RGB (Red+Green+Blue) = 88+80+86=254 (33% of max value = 765). Red value is 88 (34.77% from 255 or 34.65% from 254); Green value is 80 (31.64% from 255 or 31.50% from 254); Blue value is 86 (33.98% from 255 or 33.86% from 254); Max value from RGB is 88 - color contains mainly: red. Hex color #585056 is not a web safe color. Web safe color analog (approx): #666666. Inversed color of #585056 is #A7AFA9. Grayscale: #535353. Windows color (decimal): -10989482 or 5656664. OLE color: 5656664.

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

Color convert

RGB 88 80 86 -
CMYK 0 0.09 0.02 0.65
HSL 315º 0.05% 0.33% -
HSV(B) 315º 0.09% 0.35% -
XYZ 8.57 8.48 9.99 -
YUV 83.08 129.65 131.51 -
System Red Green Blue C M Y K H S L
Decimal 88 80 86 0 0.09 0.02 0.65 315 0.05 0.33
Hex 58 50 56 0 9 2 41 13B 5 21
Octal 130 120 126 0 11 2 101 473 5 41
Binary 1011000 1010000 1010110 0 1001 10 1000001 100111011 101 100001

Color Harmonies of #585056

Triadic Colors

Analogous colors

Split complements colors

Complementary color

Monochromatic Colors of #585056

Black with #585056

Text Example


Text Example

White with #585056

Text Example


Text Example

HTML Codes & Css Web design

color css

<style>
 p { color: #585056; }

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

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

background-color css

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

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

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

border-color css

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

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

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