#55455A

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

Shades of Bossanova #55455A

Tints of Bossanova #55455A

Color information

#55455A (or 0x55455A) is unknown color: approx Bossanova. HEX triplet: 55, 45 and 5A. RGB value is (85,69,90). Sum of RGB (Red+Green+Blue) = 85+69+90=244 (32% of max value = 765). Red value is 85 (33.59% from 255 or 34.84% from 244); Green value is 69 (27.34% from 255 or 28.28% from 244); Blue value is 90 (35.55% from 255 or 36.89% from 244); Max value from RGB is 90 - color contains mainly: blue. Hex color #55455A is not a web safe color. Web safe color analog (approx): #663366. Inversed color of #55455A is #AABAA5. Grayscale: #4C4C4C. Windows color (decimal): -11188902 or 5915989. OLE color: 5915989.

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

Color convert

RGB856990-
CMYK0.060.2300.65
HSL285.71º13.21%31.18%-
HSV(B)285.71º23.33%35.29%-
XYZ7.726.9310.6-
YUV76.18135.8134.29-

RGB Variations

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

RGB

RED value IS 85 (33.59% from 255) = 34.84%
GREEN value IS 69 (27.34% from 255) = 28.28%
BLUE value IS 90 (35.55% from 255) = 36.89%
R=34.84%
G=28.28%
B=36.89%

CMYK

C (Cyan) values IS 0.06
M (Magenta) values IS 0.23
Y (Yellow) values IS 0
K (Black) values IS 0.65
SystemRedGreenBlueCMYKHSL
Decimal8569900.060.2300.65285.7113.2131.18
Hex55455A61704111ed1f
Octal12510513262701014361537
Binary1010101100010110110101101011101000001100011110110111111

Black

1234567890 Text Example


1234567890 Text Example

White

1234567890 Text Example


1234567890 Text Example


Color Harmonies of #55455A

Triadic Colors

Analogous Colors

Split complements Colors

Complementary Color



HTML code & CSSWeb design

color css

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

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

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

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

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

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

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

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

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