#5B425B

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

Shades of Bossanova #5B425B

Tints of Bossanova #5B425B

Color information

#5B425B (or 0x5B425B) is unknown color: approx Bossanova. HEX triplet: 5B, 42 and 5B. RGB value is (91,66,91). Sum of RGB (Red+Green+Blue) = 91+66+91=248 (32% of max value = 765). Red value is 91 (35.94% from 255 or 36.69% from 248); Green value is 66 (26.17% from 255 or 26.61% from 248); Blue value is 91 (35.94% from 255 or 36.69% from 248); Max value from RGB is 91 - color contains mainly: red, blue. Hex color #5B425B is not a web safe color. Web safe color analog (approx): #663366. Inversed color of #5B425B is #A4BDA4. Grayscale: #4C4C4C. Windows color (decimal): -10796453 or 5980763. OLE color: 5980763.

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

Color convert

RGB916691-
CMYK00.2700.64
HSL300º15.92%30.78%-
HSV(B)300º27.47%35.69%-
XYZ8.156.8810.8-
YUV76.32136.28138.47-

RGB Variations

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

RGB

RED value IS 91 (35.94% from 255) = 36.69%
GREEN value IS 66 (26.17% from 255) = 26.61%
BLUE value IS 91 (35.94% from 255) = 36.69%
R=36.69%
G=26.61%
B=36.69%

CMYK

C (Cyan) values IS 0
M (Magenta) values IS 0.27
Y (Yellow) values IS 0
K (Black) values IS 0.64
SystemRedGreenBlueCMYKHSL
Decimal91669100.2700.6430015.9230.78
Hex5B425B01B04012c101f
Octal13310213303301004542037
Binary101101110000101011011011011010000001001011001000011111

Black

1234567890 Text Example


1234567890 Text Example

White

1234567890 Text Example


1234567890 Text Example


Color Harmonies of #5B425B

Triadic Colors

Analogous Colors

Split complements Colors

Complementary Color



HTML code & CSSWeb design

color css

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

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

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

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

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

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

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

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

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