#5B445D

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

Shades of Bossanova #5B445D

Tints of Bossanova #5B445D

Color information

#5B445D (or 0x5B445D) is unknown color: approx Bossanova. HEX triplet: 5B, 44 and 5D. RGB value is (91,68,93). Sum of RGB (Red+Green+Blue) = 91+68+93=252 (33% of max value = 765). Red value is 91 (35.94% from 255 or 36.11% from 252); Green value is 68 (26.95% from 255 or 26.98% from 252); Blue value is 93 (36.72% from 255 or 36.90% from 252); Max value from RGB is 93 - color contains mainly: blue. Hex color #5B445D is not a web safe color. Web safe color analog (approx): #663366. Inversed color of #5B445D is #A4BBA2. Grayscale: #4D4D4D. Windows color (decimal): -10795939 or 6112347. OLE color: 6112347.

HSL color Cylindrical-coordinate representation of color #5B445D: hue angle of 295.2º degrees, saturation: 0.16, lightness: 0.32%. HSV value (or HSB Brightness) of color is 0.36% and HSV saturation: 0.27%. Process color model (Four color, CMYK) of #5B445D is Cyan = 0.02, Magento = 0.27, Yellow = 0 and Black (K on CMYK) = 0.64.

Color convert

RGB916893-
CMYK0.020.2700.64
HSL295.2º15.53%31.57%-
HSV(B)295.2º26.88%36.47%-
XYZ8.367.1511.3-
YUV77.73136.62137.47-

RGB Variations

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

RGB

RED value IS 91 (35.94% from 255) = 36.11%
GREEN value IS 68 (26.95% from 255) = 26.98%
BLUE value IS 93 (36.72% from 255) = 36.90%
R=36.11%
G=26.98%
B=36.90%

CMYK

C (Cyan) values IS 0.02
M (Magenta) values IS 0.27
Y (Yellow) values IS 0
K (Black) values IS 0.64
SystemRedGreenBlueCMYKHSL
Decimal9168930.020.2700.64295.215.5331.57
Hex5B445D21B0401271020
Octal13310413523301004472040
Binary10110111000100101110110110110100000010010011110000100000

Black

1234567890 Text Example


1234567890 Text Example

White

1234567890 Text Example


1234567890 Text Example


Color Harmonies of #5B445D

Triadic Colors

Analogous Colors

Split complements Colors

Complementary Color



HTML code & CSSWeb design

color css

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

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

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

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

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

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

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

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

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