#554459

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

Shades of Bossanova #554459

Tints of Bossanova #554459

Color information

#554459 (or 0x554459) is unknown color: approx Bossanova. HEX triplet: 55, 44 and 59. RGB value is (85,68,89). Sum of RGB (Red+Green+Blue) = 85+68+89=242 (32% of max value = 765). Red value is 85 (33.59% from 255 or 35.12% from 242); Green value is 68 (26.95% from 255 or 28.10% from 242); Blue value is 89 (35.16% from 255 or 36.78% from 242); Max value from RGB is 89 - color contains mainly: blue. Hex color #554459 is not a web safe color. Web safe color analog (approx): #663366. Inversed color of #554459 is #AABBA6. Grayscale: #4B4B4B. Windows color (decimal): -11189159 or 5850197. OLE color: 5850197.

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

Color convert

RGB856889-
CMYK0.040.2400.65
HSL288.57º13.38%30.78%-
HSV(B)288.57º23.6%34.9%-
XYZ7.626.7910.36-
YUV75.48135.63134.79-

RGB Variations

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

RGB

RED value IS 85 (33.59% from 255) = 35.12%
GREEN value IS 68 (26.95% from 255) = 28.10%
BLUE value IS 89 (35.16% from 255) = 36.78%
R=35.12%
G=28.10%
B=36.78%

CMYK

C (Cyan) values IS 0.04
M (Magenta) values IS 0.24
Y (Yellow) values IS 0
K (Black) values IS 0.65
SystemRedGreenBlueCMYKHSL
Decimal8568890.040.2400.65288.5713.3830.78
Hex554459418041121d1f
Octal12510413143001014411537
Binary1010101100010010110011001100001000001100100001110111111

Black

1234567890 Text Example


1234567890 Text Example

White

1234567890 Text Example


1234567890 Text Example


Color Harmonies of #554459

Triadic Colors

Analogous Colors

Split complements Colors

Complementary Color



HTML code & CSSWeb design

color css

<style>
 p { color: #554459; }

 p { color: rgb(85,68,89); }

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

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

 a { background-color: rgb(85,68,89); }

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

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

 span { border-color: rgb(85,68,89); }

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