#5B435B

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

Shades of Bossanova #5B435B

Tints of Bossanova #5B435B

Color information

#5B435B (or 0x5B435B) is unknown color: approx Bossanova. HEX triplet: 5B, 43 and 5B. RGB value is (91,67,91). Sum of RGB (Red+Green+Blue) = 91+67+91=249 (32% of max value = 765). Red value is 91 (35.94% from 255 or 36.55% from 249); Green value is 67 (26.56% from 255 or 26.91% from 249); Blue value is 91 (35.94% from 255 or 36.55% from 249); Max value from RGB is 91 - color contains mainly: red, blue. Hex color #5B435B is not a web safe color. Web safe color analog (approx): #663366. Inversed color of #5B435B is #A4BCA4. Grayscale: #4C4C4C. Windows color (decimal): -10796197 or 5981019. OLE color: 5981019.

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

Color convert

RGB916791-
CMYK00.2600.64
HSL300º15.19%30.98%-
HSV(B)300º26.37%35.69%-
XYZ8.216.9910.81-
YUV76.91135.95138.05-

RGB Variations

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

RGB

RED value IS 91 (35.94% from 255) = 36.55%
GREEN value IS 67 (26.56% from 255) = 26.91%
BLUE value IS 91 (35.94% from 255) = 36.55%
R=36.55%
G=26.91%
B=36.55%

CMYK

C (Cyan) values IS 0
M (Magenta) values IS 0.26
Y (Yellow) values IS 0
K (Black) values IS 0.64
SystemRedGreenBlueCMYKHSL
Decimal91679100.2600.6430015.1930.98
Hex5B435B01A04012cf1f
Octal13310313303201004541737
Binary10110111000011101101101101001000000100101100111111111

Black

1234567890 Text Example


1234567890 Text Example

White

1234567890 Text Example


1234567890 Text Example


Color Harmonies of #5B435B

Triadic Colors

Analogous Colors

Split complements Colors

Complementary Color



HTML code & CSSWeb design

color css

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

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

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

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

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

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

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

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

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