#55415B

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

Shades of Bossanova #55415B

Tints of Bossanova #55415B

Color information

#55415B (or 0x55415B) is unknown color: approx Bossanova. HEX triplet: 55, 41 and 5B. RGB value is (85,65,91). Sum of RGB (Red+Green+Blue) = 85+65+91=241 (31% of max value = 765). Red value is 85 (33.59% from 255 or 35.27% from 241); Green value is 65 (25.78% from 255 or 26.97% from 241); Blue value is 91 (35.94% from 255 or 37.76% from 241); Max value from RGB is 91 - color contains mainly: blue. Hex color #55415B is not a web safe color. Web safe color analog (approx): #663366. Inversed color of #55415B is #AABEA4. Grayscale: #494949. Windows color (decimal): -11189925 or 5980501. OLE color: 5980501.

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

Color convert

RGB856591-
CMYK0.070.2900.64
HSL286.15º16.67%30.59%-
HSV(B)286.15º28.57%35.69%-
XYZ7.526.4710.75-
YUV73.94137.63135.89-

RGB Variations

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

RGB

RED value IS 85 (33.59% from 255) = 35.27%
GREEN value IS 65 (25.78% from 255) = 26.97%
BLUE value IS 91 (35.94% from 255) = 37.76%
R=35.27%
G=26.97%
B=37.76%

CMYK

C (Cyan) values IS 0.07
M (Magenta) values IS 0.29
Y (Yellow) values IS 0
K (Black) values IS 0.64
SystemRedGreenBlueCMYKHSL
Decimal8565910.070.2900.64286.1516.6730.59
Hex55415B71D04011e111f
Octal12510113373501004362137
Binary10101011000001101101111111101010000001000111101000111111

Black

1234567890 Text Example


1234567890 Text Example

White

1234567890 Text Example


1234567890 Text Example


Color Harmonies of #55415B

Triadic Colors

Analogous Colors

Split complements Colors

Complementary Color



HTML code & CSSWeb design

color css

<style>
 p { color: #55415B; }

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

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

<style>
 a { background-color: #55415B; }

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

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

<style>
 span { border-color: #55415B; }

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

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