#554557

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

Shades of Bossanova #554557

Tints of Bossanova #554557

Color information

#554557 (or 0x554557) is unknown color: approx Bossanova. HEX triplet: 55, 45 and 57. RGB value is (85,69,87). Sum of RGB (Red+Green+Blue) = 85+69+87=241 (31% of max value = 765). Red value is 85 (33.59% from 255 or 35.27% from 241); Green value is 69 (27.34% from 255 or 28.63% from 241); Blue value is 87 (34.38% from 255 or 36.10% from 241); Max value from RGB is 87 - color contains mainly: blue. Hex color #554557 is not a web safe color. Web safe color analog (approx): #663366. Inversed color of #554557 is #AABAA8. Grayscale: #4B4B4B. Windows color (decimal): -11188905 or 5719381. OLE color: 5719381.

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

Color convert

RGB856987-
CMYK0.020.2100.66
HSL293.33º11.54%30.59%-
HSV(B)293.33º20.69%34.12%-
XYZ7.596.889.94-
YUV75.84134.3134.54-

RGB Variations

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

RGB

RED value IS 85 (33.59% from 255) = 35.27%
GREEN value IS 69 (27.34% from 255) = 28.63%
BLUE value IS 87 (34.38% from 255) = 36.10%
R=35.27%
G=28.63%
B=36.10%

CMYK

C (Cyan) values IS 0.02
M (Magenta) values IS 0.21
Y (Yellow) values IS 0
K (Black) values IS 0.66
SystemRedGreenBlueCMYKHSL
Decimal8569870.020.2100.66293.3311.5430.59
Hex554557215042125c1f
Octal12510512722501024451437
Binary101010110001011010111101010101000010100100101110011111

Black

1234567890 Text Example


1234567890 Text Example

White

1234567890 Text Example


1234567890 Text Example


Color Harmonies of #554557

Triadic Colors

Analogous Colors

Split complements Colors

Complementary Color



HTML code & CSSWeb design

color css

<style>
 p { color: #554557; }

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

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

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

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

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

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

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

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