#554457

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

Shades of Bossanova #554457

Tints of Bossanova #554457

Color information

#554457 (or 0x554457) is unknown color: approx Bossanova. HEX triplet: 55, 44 and 57. RGB value is (85,68,87). Sum of RGB (Red+Green+Blue) = 85+68+87=240 (31% of max value = 765). Red value is 85 (33.59% from 255 or 35.42% from 240); Green value is 68 (26.95% from 255 or 28.33% from 240); Blue value is 87 (34.38% from 255 or 36.25% from 240); Max value from RGB is 87 - color contains mainly: blue. Hex color #554457 is not a web safe color. Web safe color analog (approx): #663366. Inversed color of #554457 is #AABBA8. Grayscale: #4B4B4B. Windows color (decimal): -11189161 or 5719125. OLE color: 5719125.

HSL color Cylindrical-coordinate representation of color #554457: hue angle of 293.68º degrees, saturation: 0.12, lightness: 0.3%. HSV value (or HSB Brightness) of color is 0.34% and HSV saturation: 0.22%. Process color model (Four color, CMYK) of #554457 is Cyan = 0.02, Magento = 0.22, Yellow = 0 and Black (K on CMYK) = 0.66.

Color convert

RGB856887-
CMYK0.020.2200.66
HSL293.68º12.26%30.39%-
HSV(B)293.68º21.84%34.12%-
XYZ7.536.759.92-
YUV75.25134.63134.96-

RGB Variations

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

RGB

RED value IS 85 (33.59% from 255) = 35.42%
GREEN value IS 68 (26.95% from 255) = 28.33%
BLUE value IS 87 (34.38% from 255) = 36.25%
R=35.42%
G=28.33%
B=36.25%

CMYK

C (Cyan) values IS 0.02
M (Magenta) values IS 0.22
Y (Yellow) values IS 0
K (Black) values IS 0.66
SystemRedGreenBlueCMYKHSL
Decimal8568870.020.2200.66293.6812.2630.39
Hex554457216042126c1e
Octal12510412722601024461436
Binary101010110001001010111101011001000010100100110110011110

Black

1234567890 Text Example


1234567890 Text Example

White

1234567890 Text Example


1234567890 Text Example


Color Harmonies of #554457

Triadic Colors

Analogous Colors

Split complements Colors

Complementary Color



HTML code & CSSWeb design

color css

<style>
 p { color: #554457; }

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

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

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

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

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

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

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

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