#58415B

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

Shades of Bossanova #58415B

Tints of Bossanova #58415B

Color information

#58415B (or 0x58415B) is unknown color: approx Bossanova. HEX triplet: 58, 41 and 5B. RGB value is (88,65,91). Sum of RGB (Red+Green+Blue) = 88+65+91=244 (32% of max value = 765). Red value is 88 (34.77% from 255 or 36.07% from 244); Green value is 65 (25.78% from 255 or 26.64% from 244); Blue value is 91 (35.94% from 255 or 37.30% from 244); Max value from RGB is 91 - color contains mainly: blue. Hex color #58415B is not a web safe color. Web safe color analog (approx): #663366. Inversed color of #58415B is #A7BEA4. Grayscale: #4A4A4A. Windows color (decimal): -10993317 or 5980504. OLE color: 5980504.

HSL color Cylindrical-coordinate representation of color #58415B: hue angle of 293.08º degrees, saturation: 0.17, lightness: 0.31%. HSV value (or HSB Brightness) of color is 0.36% and HSV saturation: 0.29%. Process color model (Four color, CMYK) of #58415B is Cyan = 0.03, Magento = 0.29, Yellow = 0 and Black (K on CMYK) = 0.64.

Color convert

RGB886591-
CMYK0.030.2900.64
HSL293.08º16.67%30.59%-
HSV(B)293.08º28.57%35.69%-
XYZ7.86.6110.76-
YUV74.84137.12137.39-

RGB Variations

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

RGB

RED value IS 88 (34.77% from 255) = 36.07%
GREEN value IS 65 (25.78% from 255) = 26.64%
BLUE value IS 91 (35.94% from 255) = 37.30%
R=36.07%
G=26.64%
B=37.30%

CMYK

C (Cyan) values IS 0.03
M (Magenta) values IS 0.29
Y (Yellow) values IS 0
K (Black) values IS 0.64
SystemRedGreenBlueCMYKHSL
Decimal8865910.030.2900.64293.0816.6730.59
Hex58415B31D040125111f
Octal13010113333501004452137
Binary1011000100000110110111111101010000001001001011000111111

Black

1234567890 Text Example


1234567890 Text Example

White

1234567890 Text Example


1234567890 Text Example


Color Harmonies of #58415B

Triadic Colors

Analogous Colors

Split complements Colors

Complementary Color



HTML code & CSSWeb design

color css

<style>
 p { color: #58415B; }

 p { color: rgb(88,65,91); }

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

<style>
 a { background-color: #58415B; }

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

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

<style>
 span { border-color: #58415B; }

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

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