Html Css Color HEX #583550 Purple Taupe

📋 copy color: '#583550'

red 88 ◦ green 53 ◦ blue 80

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

Shades of Purple Taupe #583550

Tints of Purple Taupe #583550

RGB

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

 GREEN value IS 53 (21.09% from 255) = 23.98%

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

R = 39.82%
G = 23.98%
B = 36.2%

CMYK

 C value IS 0

 M value IS 0.40

 Y value IS 0.09

 K value IS 0.65

RGB Variations

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

Color information

#583550 (or 0x583550) is known color: Purple Taupe. HEX triplet: 58, 35 and 50. RGB value is (88,53,80). Sum of RGB (Red+Green+Blue) = 88+53+80=221 (29% of max value = 765). Red value is 88 (34.77% from 255 or 39.82% from 221); Green value is 53 (21.09% from 255 or 23.98% from 221); Blue value is 80 (31.64% from 255 or 36.20% from 221); Max value from RGB is 88 - color contains mainly: red. Hex color #583550 is not a web safe color. Web safe color analog (approx): #663366. Inversed color of #583550 is #A7CAAF. Grayscale: #424242. Windows color (decimal): -10996400 or 5256536. OLE color: 5256536.

HSL color Cylindrical-coordinate representation of color #583550: hue angle of 313.71º degrees, saturation: 0.25, lightness: 0.28%. HSV value (or HSB Brightness) of color is 0.35% and HSV saturation: 0.4%. Process color model (Four color, CMYK) of #583550 is Cyan = 0, Magento = 0.40, Yellow = 0.09 and Black (K on CMYK) = 0.65.

Color convert

RGB 88 53 80 -
CMYK 0 0.40 0.09 0.65
HSL 313.71º 0.25% 0.28% -
HSV(B) 313.71º 0.4% 0.35% -
XYZ 6.75 5.2 8.24 -
YUV 66.54 135.6 143.3 -
System Red Green Blue C M Y K H S L
Decimal 88 53 80 0 0.40 0.09 0.65 313.71 0.25 0.28
Hex 58 35 50 0 28 9 41 13A 19 1C
Octal 130 65 120 0 50 11 101 472 31 34
Binary 1011000 110101 1010000 0 101000 1001 1000001 100111010 11001 11100

Color Harmonies of #583550

Triadic Colors

Analogous colors

Split complements colors

Complementary color

Monochromatic Colors of #583550

Black with #583550

Text Example


Text Example

White with #583550

Text Example


Text Example

HTML Codes & Css Web design

color css

<style>
 p { color: #583550; }

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

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

background-color css

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

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

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

border-color css

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

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

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