Html Css Color HEX #584050 Purple Taupe

📋 copy color: '#584050'

red 88 ◦ green 64 ◦ blue 80

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

Shades of Purple Taupe #584050

Tints of Purple Taupe #584050

RGB

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

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

 BLUE value IS 80 (31.64% from 255) = 34.48%

R = 37.93%
G = 27.59%
B = 34.48%

CMYK

 C value IS 0

 M value IS 0.27

 Y value IS 0.09

 K value IS 0.65

RGB Variations

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

Color information

#584050 (or 0x584050) is known color: Purple Taupe. HEX triplet: 58, 40 and 50. RGB value is (88,64,80). Sum of RGB (Red+Green+Blue) = 88+64+80=232 (30% of max value = 765). Red value is 88 (34.77% from 255 or 37.93% from 232); Green value is 64 (25.39% from 255 or 27.59% from 232); Blue value is 80 (31.64% from 255 or 34.48% from 232); Max value from RGB is 88 - color contains mainly: red. Hex color #584050 is not a web safe color. Web safe color analog (approx): #663366. Inversed color of #584050 is #A7BFAF. Grayscale: #484848. Windows color (decimal): -10993584 or 5259352. OLE color: 5259352.

HSL color Cylindrical-coordinate representation of color #584050: hue angle of 320º 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 #584050 is Cyan = 0, Magento = 0.27, Yellow = 0.09 and Black (K on CMYK) = 0.65.

Color convert

RGB 88 64 80 -
CMYK 0 0.27 0.09 0.65
HSL 320º 0.16% 0.3% -
HSV(B) 320º 0.27% 0.35% -
XYZ 7.31 6.32 8.42 -
YUV 73 131.95 138.7 -
System Red Green Blue C M Y K H S L
Decimal 88 64 80 0 0.27 0.09 0.65 320 0.16 0.3
Hex 58 40 50 0 1B 9 41 140 10 1E
Octal 130 100 120 0 33 11 101 500 20 36
Binary 1011000 1000000 1010000 0 11011 1001 1000001 101000000 10000 11110

Color Harmonies of #584050

Triadic Colors

Analogous colors

Split complements colors

Complementary color

Monochromatic Colors of #584050

Black with #584050

Text Example


Text Example

White with #584050

Text Example


Text Example

HTML Codes & Css Web design

color css

<style>
 p { color: #584050; }

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

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

background-color css

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

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

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

border-color css

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

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

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