#5B415D

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

Shades of Bossanova #5B415D

Tints of Bossanova #5B415D

Color information

#5B415D (or 0x5B415D) is unknown color: approx Bossanova. HEX triplet: 5B, 41 and 5D. RGB value is (91,65,93). Sum of RGB (Red+Green+Blue) = 91+65+93=249 (32% of max value = 765). Red value is 91 (35.94% from 255 or 36.55% from 249); Green value is 65 (25.78% from 255 or 26.10% from 249); Blue value is 93 (36.72% from 255 or 37.35% from 249); Max value from RGB is 93 - color contains mainly: blue. Hex color #5B415D is not a web safe color. Web safe color analog (approx): #663366. Inversed color of #5B415D is #A4BEA2. Grayscale: #4B4B4B. Windows color (decimal): -10796707 or 6111579. OLE color: 6111579.

HSL color Cylindrical-coordinate representation of color #5B415D: hue angle of 295.71º degrees, saturation: 0.18, lightness: 0.31%. HSV value (or HSB Brightness) of color is 0.36% and HSV saturation: 0.3%. Process color model (Four color, CMYK) of #5B415D is Cyan = 0.02, Magento = 0.30, Yellow = 0 and Black (K on CMYK) = 0.64.

Color convert

RGB916593-
CMYK0.020.3000.64
HSL295.71º17.72%30.98%-
HSV(B)295.71º30.11%36.47%-
XYZ8.186.811.24-
YUV75.97137.61138.72-

RGB Variations

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

RGB

RED value IS 91 (35.94% from 255) = 36.55%
GREEN value IS 65 (25.78% from 255) = 26.10%
BLUE value IS 93 (36.72% from 255) = 37.35%
R=36.55%
G=26.10%
B=37.35%

CMYK

C (Cyan) values IS 0.02
M (Magenta) values IS 0.30
Y (Yellow) values IS 0
K (Black) values IS 0.64
SystemRedGreenBlueCMYKHSL
Decimal9165930.020.3000.64295.7117.7230.98
Hex5B415D21E040128121f
Octal13310113523601004502237
Binary1011011100000110111011011110010000001001010001001011111

Black

1234567890 Text Example


1234567890 Text Example

White

1234567890 Text Example


1234567890 Text Example


Color Harmonies of #5B415D

Triadic Colors

Analogous Colors

Split complements Colors

Complementary Color



HTML code & CSSWeb design

color css

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

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

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

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

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

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

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

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

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