#554657

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

Shades of Bossanova #554657

Tints of Bossanova #554657

Color information

#554657 (or 0x554657) is unknown color: approx Bossanova. HEX triplet: 55, 46 and 57. RGB value is (85,70,87). Sum of RGB (Red+Green+Blue) = 85+70+87=242 (32% of max value = 765). Red value is 85 (33.59% from 255 or 35.12% from 242); Green value is 70 (27.73% from 255 or 28.93% from 242); Blue value is 87 (34.38% from 255 or 35.95% from 242); Max value from RGB is 87 - color contains mainly: blue. Hex color #554657 is not a web safe color. Web safe color analog (approx): #663366. Inversed color of #554657 is #AAB9A8. Grayscale: #4C4C4C. Windows color (decimal): -11188649 or 5719637. OLE color: 5719637.

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

Color convert

RGB857087-
CMYK0.020.2000.66
HSL292.94º10.83%30.78%-
HSV(B)292.94º19.54%34.12%-
XYZ7.6679.96-
YUV76.42133.97134.12-

RGB Variations

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

RGB

RED value IS 85 (33.59% from 255) = 35.12%
GREEN value IS 70 (27.73% from 255) = 28.93%
BLUE value IS 87 (34.38% from 255) = 35.95%
R=35.12%
G=28.93%
B=35.95%

CMYK

C (Cyan) values IS 0.02
M (Magenta) values IS 0.20
Y (Yellow) values IS 0
K (Black) values IS 0.66
SystemRedGreenBlueCMYKHSL
Decimal8570870.020.2000.66292.9410.8330.78
Hex554657214042125b1f
Octal12510612722401024451337
Binary101010110001101010111101010001000010100100101101111111

Black

1234567890 Text Example


1234567890 Text Example

White

1234567890 Text Example


1234567890 Text Example


Color Harmonies of #554657

Triadic Colors

Analogous Colors

Split complements Colors

Complementary Color



HTML code & CSSWeb design

color css

<style>
 p { color: #554657; }

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

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

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

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

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

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

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

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