Html Css Color HEX #583255 Purple Taupe

📋 copy color: '#583255'

red 88 ◦ green 50 ◦ blue 85

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

Shades of Purple Taupe #583255

Tints of Purple Taupe #583255

RGB

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

 GREEN value IS 50 (19.92% from 255) = 22.42%

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

R = 39.46%
G = 22.42%
B = 38.12%

CMYK

 C value IS 0

 M value IS 0.43

 Y value IS 0.03

 K value IS 0.65

RGB Variations

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

Color information

#583255 (or 0x583255) is known color: Purple Taupe. HEX triplet: 58, 32 and 55. RGB value is (88,50,85). Sum of RGB (Red+Green+Blue) = 88+50+85=223 (29% of max value = 765). Red value is 88 (34.77% from 255 or 39.46% from 223); Green value is 50 (19.92% from 255 or 22.42% from 223); Blue value is 85 (33.59% from 255 or 38.12% from 223); Max value from RGB is 88 - color contains mainly: red. Hex color #583255 is not a web safe color. Web safe color analog (approx): #663366. Inversed color of #583255 is #A7CDAA. Grayscale: #414141. Windows color (decimal): -10997163 or 5583448. OLE color: 5583448.

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

Color convert

RGB 88 50 85 -
CMYK 0 0.43 0.03 0.65
HSL 304.74º 0.28% 0.27% -
HSV(B) 304.74º 0.43% 0.35% -
XYZ 6.8 5.01 9.2 -
YUV 65.35 139.09 144.15 -
System Red Green Blue C M Y K H S L
Decimal 88 50 85 0 0.43 0.03 0.65 304.74 0.28 0.27
Hex 58 32 55 0 2B 3 41 131 1C 1B
Octal 130 62 125 0 53 3 101 461 34 33
Binary 1011000 110010 1010101 0 101011 11 1000001 100110001 11100 11011

Color Harmonies of #583255

Triadic Colors

Analogous colors

Split complements colors

Complementary color

Monochromatic Colors of #583255

Black with #583255

Text Example


Text Example

White with #583255

Text Example


Text Example

HTML Codes & Css Web design

color css

<style>
 p { color: #583255; }

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

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

background-color css

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

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

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

border-color css

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

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

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