#583B59

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

Shades of Bossanova #583B59

Tints of Bossanova #583B59

Color information

#583B59 (or 0x583B59) is unknown color: approx Bossanova. HEX triplet: 58, 3B and 59. RGB value is (88,59,89). Sum of RGB (Red+Green+Blue) = 88+59+89=236 (31% of max value = 765). Red value is 88 (34.77% from 255 or 37.29% from 236); Green value is 59 (23.44% from 255 or 25% from 236); Blue value is 89 (35.16% from 255 or 37.71% from 236); Max value from RGB is 89 - color contains mainly: blue. Hex color #583B59 is not a web safe color. Web safe color analog (approx): #663366. Inversed color of #583B59 is #A7C4A6. Grayscale: #474747. Windows color (decimal): -10994855 or 5847896. OLE color: 5847896.

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

Color convert

RGB885989-
CMYK0.010.3400.65
HSL298º20.27%29.02%-
HSV(B)298º33.71%34.9%-
XYZ7.395.9210.21-
YUV71.09138.11140.06-

RGB Variations

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

RGB

RED value IS 88 (34.77% from 255) = 37.29%
GREEN value IS 59 (23.44% from 255) = 25%
BLUE value IS 89 (35.16% from 255) = 37.71%
R=37.29%
G=25%
B=37.71%

CMYK

C (Cyan) values IS 0.01
M (Magenta) values IS 0.34
Y (Yellow) values IS 0
K (Black) values IS 0.65
SystemRedGreenBlueCMYKHSL
Decimal8859890.010.3400.6529820.2729.02
Hex583B5912204112a141d
Octal1307313114201014522435
Binary101100011101110110011100010010000011001010101010011101

Black

1234567890 Text Example


1234567890 Text Example

White

1234567890 Text Example


1234567890 Text Example


Color Harmonies of #583B59

Triadic Colors

Analogous Colors

Split complements Colors

Complementary Color



HTML code & CSSWeb design

color css

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

 p { color: rgb(88,59,89); }

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

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

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

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

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

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

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