Html Css Color HEX #584255 Purple Taupe

📋 copy color: '#584255'

red 88 ◦ green 66 ◦ blue 85

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

Shades of Purple Taupe #584255

Tints of Purple Taupe #584255

RGB

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

 GREEN value IS 66 (26.17% from 255) = 27.62%

 BLUE value IS 85 (33.59% from 255) = 35.56%

R = 36.82%
G = 27.62%
B = 35.56%

CMYK

 C value IS 0

 M value IS 0.25

 Y value IS 0.03

 K value IS 0.65

RGB Variations

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

Color information

#584255 (or 0x584255) is known color: Purple Taupe. HEX triplet: 58, 42 and 55. RGB value is (88,66,85). Sum of RGB (Red+Green+Blue) = 88+66+85=239 (31% of max value = 765). Red value is 88 (34.77% from 255 or 36.82% from 239); Green value is 66 (26.17% from 255 or 27.62% from 239); Blue value is 85 (33.59% from 255 or 35.56% from 239); Max value from RGB is 88 - color contains mainly: red. Hex color #584255 is not a web safe color. Web safe color analog (approx): #663366. Inversed color of #584255 is #A7BDAA. Grayscale: #4A4A4A. Windows color (decimal): -10993067 or 5587544. OLE color: 5587544.

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

Color convert

RGB 88 66 85 -
CMYK 0 0.25 0.03 0.65
HSL 308.18º 0.14% 0.3% -
HSV(B) 308.18º 0.25% 0.35% -
XYZ 7.61 6.63 9.47 -
YUV 74.74 133.79 137.46 -
System Red Green Blue C M Y K H S L
Decimal 88 66 85 0 0.25 0.03 0.65 308.18 0.14 0.3
Hex 58 42 55 0 19 3 41 134 E 1E
Octal 130 102 125 0 31 3 101 464 16 36
Binary 1011000 1000010 1010101 0 11001 11 1000001 100110100 1110 11110

Color Harmonies of #584255

Triadic Colors

Analogous colors

Split complements colors

Complementary color

Monochromatic Colors of #584255

Black with #584255

Text Example


Text Example

White with #584255

Text Example


Text Example

HTML Codes & Css Web design

color css

<style>
 p { color: #584255; }

 p { color: rgb(88,66,85); }

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

background-color css

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

 a { background-color: rgb(88,66,85); }

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

border-color css

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

 span { border-color: rgb(88,66,85); }

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