#583D5C

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

Shades of Bossanova #583D5C

Tints of Bossanova #583D5C

Color information

#583D5C (or 0x583D5C) is unknown color: approx Bossanova. HEX triplet: 58, 3D and 5C. RGB value is (88,61,92). Sum of RGB (Red+Green+Blue) = 88+61+92=241 (31% of max value = 765). Red value is 88 (34.77% from 255 or 36.51% from 241); Green value is 61 (24.22% from 255 or 25.31% from 241); Blue value is 92 (36.33% from 255 or 38.17% from 241); Max value from RGB is 92 - color contains mainly: blue. Hex color #583D5C is not a web safe color. Web safe color analog (approx): #663366. Inversed color of #583D5C is #A7C2A3. Grayscale: #484848. Windows color (decimal): -10994340 or 6045016. OLE color: 6045016.

HSL color Cylindrical-coordinate representation of color #583D5C: hue angle of 292.26º degrees, saturation: 0.2, 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 #583D5C is Cyan = 0.04, Magento = 0.34, Yellow = 0 and Black (K on CMYK) = 0.64.

Color convert

RGB886192-
CMYK0.040.3400.64
HSL292.26º20.26%30%-
HSV(B)292.26º33.7%36.08%-
XYZ7.636.1810.92-
YUV72.61138.95138.98-

RGB Variations

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

RGB

RED value IS 88 (34.77% from 255) = 36.51%
GREEN value IS 61 (24.22% from 255) = 25.31%
BLUE value IS 92 (36.33% from 255) = 38.17%
R=36.51%
G=25.31%
B=38.17%

CMYK

C (Cyan) values IS 0.04
M (Magenta) values IS 0.34
Y (Yellow) values IS 0
K (Black) values IS 0.64
SystemRedGreenBlueCMYKHSL
Decimal8861920.040.3400.64292.2620.2630
Hex583D5C422040124141e
Octal1307513444201004442436
Binary10110001111011011100100100010010000001001001001010011110

Black

1234567890 Text Example


1234567890 Text Example

White

1234567890 Text Example


1234567890 Text Example


Color Harmonies of #583D5C

Triadic Colors

Analogous Colors

Split complements Colors

Complementary Color



HTML code & CSSWeb design

color css

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

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

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

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

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

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

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

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

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