#5B415B

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

Shades of Bossanova #5B415B

Tints of Bossanova #5B415B

Color information

#5B415B (or 0x5B415B) is unknown color: approx Bossanova. HEX triplet: 5B, 41 and 5B. RGB value is (91,65,91). Sum of RGB (Red+Green+Blue) = 91+65+91=247 (32% of max value = 765). Red value is 91 (35.94% from 255 or 36.84% from 247); Green value is 65 (25.78% from 255 or 26.32% from 247); Blue value is 91 (35.94% from 255 or 36.84% from 247); Max value from RGB is 91 - color contains mainly: red, blue. Hex color #5B415B is not a web safe color. Web safe color analog (approx): #663366. Inversed color of #5B415B is #A4BEA4. Grayscale: #4B4B4B. Windows color (decimal): -10796709 or 5980507. OLE color: 5980507.

HSL color Cylindrical-coordinate representation of color #5B415B: hue angle of 300º 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 #5B415B is Cyan = 0, Magento = 0.29, Yellow = 0 and Black (K on CMYK) = 0.64.

Color convert

RGB916591-
CMYK00.2900.64
HSL300º16.67%30.59%-
HSV(B)300º28.57%35.69%-
XYZ8.096.7610.78-
YUV75.74136.61138.89-

RGB Variations

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

RGB

RED value IS 91 (35.94% from 255) = 36.84%
GREEN value IS 65 (25.78% from 255) = 26.32%
BLUE value IS 91 (35.94% from 255) = 36.84%
R=36.84%
G=26.32%
B=36.84%

CMYK

C (Cyan) values IS 0
M (Magenta) values IS 0.29
Y (Yellow) values IS 0
K (Black) values IS 0.64
SystemRedGreenBlueCMYKHSL
Decimal91659100.2900.6430016.6730.59
Hex5B415B01D04012c111f
Octal13310113303501004542137
Binary101101110000011011011011101010000001001011001000111111

Black

1234567890 Text Example


1234567890 Text Example

White

1234567890 Text Example


1234567890 Text Example


Color Harmonies of #5B415B

Triadic Colors

Analogous Colors

Split complements Colors

Complementary Color



HTML code & CSSWeb design

color css

<style>
 p { color: #5B415B; }

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

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

<style>
 a { background-color: #5B415B; }

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

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

<style>
 span { border-color: #5B415B; }

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

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