#583D5D

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

Shades of Bossanova #583D5D

Tints of Bossanova #583D5D

Color information

#583D5D (or 0x583D5D) is unknown color: approx Bossanova. HEX triplet: 58, 3D and 5D. RGB value is (88,61,93). Sum of RGB (Red+Green+Blue) = 88+61+93=242 (32% of max value = 765). Red value is 88 (34.77% from 255 or 36.36% from 242); Green value is 61 (24.22% from 255 or 25.21% from 242); Blue value is 93 (36.72% from 255 or 38.43% from 242); Max value from RGB is 93 - color contains mainly: blue. Hex color #583D5D is not a web safe color. Web safe color analog (approx): #663366. Inversed color of #583D5D is #A7C2A2. Grayscale: #484848. Windows color (decimal): -10994339 or 6110552. OLE color: 6110552.

HSL color Cylindrical-coordinate representation of color #583D5D: hue angle of 290.62º degrees, saturation: 0.21, lightness: 0.3%. HSV value (or HSB Brightness) of color is 0.36% and HSV saturation: 0.34%. Process color model (Four color, CMYK) of #583D5D is Cyan = 0.05, Magento = 0.34, Yellow = 0 and Black (K on CMYK) = 0.64.

Color convert

RGB886193-
CMYK0.050.3400.64
HSL290.62º20.78%30.2%-
HSV(B)290.62º34.41%36.47%-
XYZ7.676.211.15-
YUV72.72139.45138.9-

RGB Variations

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

RGB

RED value IS 88 (34.77% from 255) = 36.36%
GREEN value IS 61 (24.22% from 255) = 25.21%
BLUE value IS 93 (36.72% from 255) = 38.43%
R=36.36%
G=25.21%
B=38.43%

CMYK

C (Cyan) values IS 0.05
M (Magenta) values IS 0.34
Y (Yellow) values IS 0
K (Black) values IS 0.64
SystemRedGreenBlueCMYKHSL
Decimal8861930.050.3400.64290.6220.7830.2
Hex583D5D522040123151e
Octal1307513554201004432536
Binary10110001111011011101101100010010000001001000111010111110

Black

1234567890 Text Example


1234567890 Text Example

White

1234567890 Text Example


1234567890 Text Example


Color Harmonies of #583D5D

Triadic Colors

Analogous Colors

Split complements Colors

Complementary Color



HTML code & CSSWeb design

color css

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

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

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

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

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

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

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

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

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