#583D58

Color #583D58 Bossanova (background png icon) HTML CSS
Download Color Icon.PNG:
16x16 32x32 64x64 128x128

Shades of Bossanova #583D58

Tints of Bossanova #583D58

Color information

#583D58 (or 0x583D58) is unknown color: approx Bossanova. HEX triplet: 58, 3D and 58. RGB value is (88,61,88). Sum of RGB (Red+Green+Blue) = 88+61+88=237 (31% of max value = 765). Red value is 88 (34.77% from 255 or 37.13% from 237); Green value is 61 (24.22% from 255 or 25.74% from 237); Blue value is 88 (34.77% from 255 or 37.13% from 237); Max value from RGB is 88 - color contains mainly: red, blue. Hex color #583D58 is not a web safe color. Web safe color analog (approx): #663366. Inversed color of #583D58 is #A7C2A7. Grayscale: #484848. Windows color (decimal): -10994344 or 5782872. OLE color: 5782872.

HSL color Cylindrical-coordinate representation of color #583D58: hue angle of 300º degrees, saturation: 0.18, lightness: 0.29%. HSV value (or HSB Brightness) of color is 0.35% and HSV saturation: 0.31%. Process color model (Four color, CMYK) of #583D58 is Cyan = 0, Magento = 0.31, Yellow = 0 and Black (K on CMYK) = 0.65.

Color convert

RGB886188-
CMYK00.3100.65
HSL300º18.12%29.22%-
HSV(B)300º30.68%34.51%-
XYZ7.456.1210.02-
YUV72.15136.95139.3-

RGB Variations

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

RGB

RED value IS 88 (34.77% from 255) = 37.13%
GREEN value IS 61 (24.22% from 255) = 25.74%
BLUE value IS 88 (34.77% from 255) = 37.13%
R=37.13%
G=25.74%
B=37.13%

CMYK

C (Cyan) values IS 0
M (Magenta) values IS 0.31
Y (Yellow) values IS 0
K (Black) values IS 0.65
SystemRedGreenBlueCMYKHSL
Decimal88618800.3100.6530018.1229.22
Hex583D5801F04112c121d
Octal1307513003701014542235
Binary10110001111011011000011111010000011001011001001011101

Black

1234567890 Text Example


1234567890 Text Example

White

1234567890 Text Example


1234567890 Text Example


Color Harmonies of #583D58

Triadic Colors

Analogous Colors

Split complements Colors

Complementary Color



HTML code & CSSWeb design

color css

<style>
 p { color: #583D58; }

 p { color: rgb(88,61,88); }

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

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

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

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

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

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

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