#583A59

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

Shades of Bossanova #583A59

Tints of Bossanova #583A59

Color information

#583A59 (or 0x583A59) is unknown color: approx Bossanova. HEX triplet: 58, 3A and 59. RGB value is (88,58,89). Sum of RGB (Red+Green+Blue) = 88+58+89=235 (31% of max value = 765). Red value is 88 (34.77% from 255 or 37.45% from 235); Green value is 58 (23.05% from 255 or 24.68% from 235); Blue value is 89 (35.16% from 255 or 37.87% from 235); Max value from RGB is 89 - color contains mainly: blue. Hex color #583A59 is not a web safe color. Web safe color analog (approx): #663366. Inversed color of #583A59 is #A7C5A6. Grayscale: #464646. Windows color (decimal): -10995111 or 5847640. OLE color: 5847640.

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

Color convert

RGB885889-
CMYK0.010.3500.65
HSL298.06º21.09%28.82%-
HSV(B)298.06º34.83%34.9%-
XYZ7.345.8210.19-
YUV70.5138.44140.48-

RGB Variations

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

RGB

RED value IS 88 (34.77% from 255) = 37.45%
GREEN value IS 58 (23.05% from 255) = 24.68%
BLUE value IS 89 (35.16% from 255) = 37.87%
R=37.45%
G=24.68%
B=37.87%

CMYK

C (Cyan) values IS 0.01
M (Magenta) values IS 0.35
Y (Yellow) values IS 0
K (Black) values IS 0.65
SystemRedGreenBlueCMYKHSL
Decimal8858890.010.3500.65298.0621.0928.82
Hex583A5912304112a151d
Octal1307213114301014522535
Binary101100011101010110011100011010000011001010101010111101

Black

1234567890 Text Example


1234567890 Text Example

White

1234567890 Text Example


1234567890 Text Example


Color Harmonies of #583A59

Triadic Colors

Analogous Colors

Split complements Colors

Complementary Color



HTML code & CSSWeb design

color css

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

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

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

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

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

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

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

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

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