#55465A

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

Shades of Bossanova #55465A

Tints of Bossanova #55465A

Color information

#55465A (or 0x55465A) is unknown color: approx Bossanova. HEX triplet: 55, 46 and 5A. RGB value is (85,70,90). Sum of RGB (Red+Green+Blue) = 85+70+90=245 (32% of max value = 765). Red value is 85 (33.59% from 255 or 34.69% from 245); Green value is 70 (27.73% from 255 or 28.57% from 245); Blue value is 90 (35.55% from 255 or 36.73% from 245); Max value from RGB is 90 - color contains mainly: blue. Hex color #55465A is not a web safe color. Web safe color analog (approx): #663366. Inversed color of #55465A is #AAB9A5. Grayscale: #4C4C4C. Windows color (decimal): -11188646 or 5916245. OLE color: 5916245.

HSL color Cylindrical-coordinate representation of color #55465A: hue angle of 285º degrees, saturation: 0.12, lightness: 0.31%. HSV value (or HSB Brightness) of color is 0.35% and HSV saturation: 0.22%. Process color model (Four color, CMYK) of #55465A is Cyan = 0.06, Magento = 0.22, Yellow = 0 and Black (K on CMYK) = 0.65.

Color convert

RGB857090-
CMYK0.060.2200.65
HSL285º12.5%31.37%-
HSV(B)285º22.22%35.29%-
XYZ7.787.0510.62-
YUV76.76135.47133.87-

RGB Variations

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

RGB

RED value IS 85 (33.59% from 255) = 34.69%
GREEN value IS 70 (27.73% from 255) = 28.57%
BLUE value IS 90 (35.55% from 255) = 36.73%
R=34.69%
G=28.57%
B=36.73%

CMYK

C (Cyan) values IS 0.06
M (Magenta) values IS 0.22
Y (Yellow) values IS 0
K (Black) values IS 0.65
SystemRedGreenBlueCMYKHSL
Decimal8570900.060.2200.6528512.531.37
Hex55465A61604111dc1f
Octal12510613262601014351437
Binary1010101100011010110101101011001000001100011101110011111

Black

1234567890 Text Example


1234567890 Text Example

White

1234567890 Text Example


1234567890 Text Example


Color Harmonies of #55465A

Triadic Colors

Analogous Colors

Split complements Colors

Complementary Color



HTML code & CSSWeb design

color css

<style>
 p { color: #55465A; }

 p { color: rgb(85,70,90); }

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

<style>
 a { background-color: #55465A; }

 a { background-color: rgb(85,70,90); }

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

<style>
 span { border-color: #55465A; }

 span { border-color: rgb(85,70,90); }

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