#554257

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

Shades of Bossanova #554257

Tints of Bossanova #554257

Color information

#554257 (or 0x554257) is unknown color: approx Bossanova. HEX triplet: 55, 42 and 57. RGB value is (85,66,87). Sum of RGB (Red+Green+Blue) = 85+66+87=238 (31% of max value = 765). Red value is 85 (33.59% from 255 or 35.71% from 238); Green value is 66 (26.17% from 255 or 27.73% from 238); Blue value is 87 (34.38% from 255 or 36.55% from 238); Max value from RGB is 87 - color contains mainly: blue. Hex color #554257 is not a web safe color. Web safe color analog (approx): #663366. Inversed color of #554257 is #AABDA8. Grayscale: #4A4A4A. Windows color (decimal): -11189673 or 5718613. OLE color: 5718613.

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

Color convert

RGB856687-
CMYK0.020.2400.66
HSL294.29º13.73%30%-
HSV(B)294.29º24.14%34.12%-
XYZ7.416.529.88-
YUV74.08135.29135.79-

RGB Variations

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

RGB

RED value IS 85 (33.59% from 255) = 35.71%
GREEN value IS 66 (26.17% from 255) = 27.73%
BLUE value IS 87 (34.38% from 255) = 36.55%
R=35.71%
G=27.73%
B=36.55%

CMYK

C (Cyan) values IS 0.02
M (Magenta) values IS 0.24
Y (Yellow) values IS 0
K (Black) values IS 0.66
SystemRedGreenBlueCMYKHSL
Decimal8566870.020.2400.66294.2913.7330
Hex554257218042126e1e
Octal12510212723001024461636
Binary101010110000101010111101100001000010100100110111011110

Black

1234567890 Text Example


1234567890 Text Example

White

1234567890 Text Example


1234567890 Text Example


Color Harmonies of #554257

Triadic Colors

Analogous Colors

Split complements Colors

Complementary Color



HTML code & CSSWeb design

color css

<style>
 p { color: #554257; }

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

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

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

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

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

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

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

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