#583450

Color #583450 Purple Taupe (background png icon) HTML CSS
Download Color Icon.PNG:
16x16 32x32 64x64 128x128

Shades of Purple Taupe #583450

Tints of Purple Taupe #583450

Color information

#583450 (or 0x583450) is unknown color: approx Purple Taupe. HEX triplet: 58, 34 and 50. RGB value is (88,52,80). Sum of RGB (Red+Green+Blue) = 88+52+80=220 (29% of max value = 765). Red value is 88 (34.77% from 255 or 40% from 220); Green value is 52 (20.70% from 255 or 23.64% from 220); Blue value is 80 (31.64% from 255 or 36.36% from 220); Max value from RGB is 88 - color contains mainly: red. Hex color #583450 is not a web safe color. Web safe color analog (approx): #663366. Inversed color of #583450 is #A7CBAF. Grayscale: #414141. Windows color (decimal): -10996656 or 5256280. OLE color: 5256280.

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

Color convert

RGB885280-
CMYK00.410.090.65
HSL313.33º25.71%27.45%-
HSV(B)313.33º40.91%34.51%-
XYZ6.75.118.22-
YUV65.96135.93143.72-

RGB Variations

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

RGB

RED value IS 88 (34.77% from 255) = 40%
GREEN value IS 52 (20.70% from 255) = 23.64%
BLUE value IS 80 (31.64% from 255) = 36.36%
R=40%
G=23.64%
B=36.36%

CMYK

C (Cyan) values IS 0
M (Magenta) values IS 0.41
Y (Yellow) values IS 0.09
K (Black) values IS 0.65
SystemRedGreenBlueCMYKHSL
Decimal88528000.410.090.65313.3325.7127.45
Hex5834500299411391a1b
Octal13064120051111014713233
Binary101100011010010100000101001100110000011001110011101011011

Black

1234567890 Text Example


1234567890 Text Example

White

1234567890 Text Example


1234567890 Text Example


Color Harmonies of #583450

Triadic Colors

Analogous Colors

Split complements Colors

Complementary Color



HTML code & CSSWeb design

color css

<style>
 p { color: #583450; }

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

 H1.HeaderClassName
 {
   color: #583450;
 }
 .AnyTagClassName
 {
   color: #583450;
 }
</style>
background-color css

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

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

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

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

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

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